Don't use $< in explicit rules since neither BSD nor Solaris make allow

that.
This commit is contained in:
Alan Coopersmith 2005-10-18 07:18:21 +00:00
parent fb282ef43a
commit 79e6ac79f9
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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