From 2975cf615c2e0b79c3392d6d95b393ce4b0fd312 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 16 Jul 2005 23:29:38 +0000 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/\#/ > $@ -- cgit v1.2.3