Bug 5122

Summary: font Makefile.ams broken on bsd make
Product: xorg Reporter: Eric Anholt <eric>
Component: Build/ModularAssignee: Eric Anholt <eric>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: Other   
OS: FreeBSD   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 1690    
Attachments:
Description Flags
use an appropriate automatic variable for both freebsd and gnu make alan.coopersmith: 6.9/7.0+

Description Eric Anholt 2005-11-22 13:06:00 UTC
The Makefile.ams for fonts are using $^ to refer to the sources they use, which
isn't available for FreeBSD's make.  $< is, though, and since we're only ever
having one source, it works fine.  Patch attached.
Comment 1 Eric Anholt 2005-11-22 13:06:30 UTC
Created attachment 3870 [details] [review]
use an appropriate automatic variable for both freebsd and gnu make
Comment 2 Alan Coopersmith 2005-11-24 15:55:22 UTC
Comment on attachment 3870 [details] [review]
use an appropriate automatic variable for both freebsd and gnu make

Looks good to me & works with Solaris make too.

Approved - please commit.
Comment 3 Eric Anholt 2005-11-24 16:17:54 UTC
Committed.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.