Work around automake-1.7 braindamage by providing an explicit rule for

XOrgCfg.
This commit is contained in:
Adam Jackson 2005-10-17 22:25:58 +00:00
parent eec3df1503
commit 151ba8b67f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-10-17 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/utils/xorgcfg/Makefile.am:
Work around automake-1.7 braindamage by providing an explicit rule
for XOrgCfg.
2005-10-17 Kristian Høgsberg <krh@redhat.com>
* configure.ac: Fix whitespace in AS_HELP_STRING uses, convert

View File

@ -123,6 +123,11 @@ appdefault_DATA = $(APPDEFAULTFILES)
CPP_FILES_FLAGS = -D__VENDORNAME__="@VENDOR_STRING@" \
-D__VENDORVERS__="@VENDOR_RELEASE@"
# 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) > $@
# Man page
man1_MANS = xorgcfg.man