Don't use $< in explicit rules since neither BSD nor Solaris make allow
that.
This commit is contained in:
parent
fb282ef43a
commit
79e6ac79f9
|
@ -1,3 +1,9 @@
|
|||
2005-10-18 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||
|
||||
* hw/xfree86/utils/xorgcfg/Makefile.am:
|
||||
Don't use $< in explicit rules since neither BSD nor Solaris make
|
||||
allow that.
|
||||
|
||||
2005-10-17 Aaron Plattner <aplattner@nvidia.com>
|
||||
|
||||
* hw/xfree86/loader/Makefile.am:
|
||||
|
|
|
@ -126,7 +126,7 @@ CPP_FILES_FLAGS = -D__VENDORNAME__="@VENDOR_STRING@" \
|
|||
# dear automake: it would be really nice if you would actually put things into
|
||||
# .SUFFIXES so i wouldnt' have to do this.
|
||||
XOrgCfg: XOrgCfg.pre
|
||||
$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
|
||||
$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < XOrgCfg.pre | $(CPP_SED_MAGIC) > $@
|
||||
|
||||
# Man page
|
||||
man1_MANS = xorgcfg.man
|
||||
|
|
Loading…
Reference in New Issue