diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 23:29:38 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 23:29:38 +0000 |
commit | da2f699f9f2e51eb57508230be679a6ed7fa6644 (patch) | |
tree | b95eb68cff4cbd77d5c0e190f2ba8168f9831f33 /Makefile.am | |
parent | 0fd158e44f7d1c5ad386cd7a19d72b4ba4511e14 (diff) |
x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:
- Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac:
xvidtune/Makefile.am: xvidtune/configure.ac:
- Use more portable cpp invocations for pre-processing files
xfs/configure.ac:
- Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set
correctly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e8f27b9..b0d8686 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults appdefault_DATA = Xvidtune Xvidtune: Xvidtune.cpp - $(CPP) $< | sed -e s/^\#.*$$//g > $@ + $(RAWCPP) $(srcdir)/Xvidtune.cpp | sed -e s/^\#.*$$//g > $@ EXTRA_DIST = Xvidtune.cpp |