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 | 2975cf615c2e0b79c3392d6d95b393ce4b0fd312 (patch) | |
tree | bc68b452d15e47daa5f7d9d30844c7bb20d65406 | |
parent | 68ebb5b755791822c2f1d9f9659c2ee94bb63f1c (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
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 11decc6..9162f17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ dist_man_MANS = \ Xmark.man x11perfcomp: x11pcomp.cpp - $(SED) s/LIBPATH/`echo $(LIBPATH) | sed -e s/\\\\//\\\\\\\\\\\\\//g`/ < $< | \ + $(SED) s/LIBPATH/`echo $(LIBPATH) | sed -e s/\\\\//\\\\\\\\\\\\\//g`/ < $(srcdir)/x11pcomp.cpp | \ $(SED) s/XCOMM/\#/ > $@ |