From 4e86c85ac8cf2fc6631be704de45f098d1a58ab3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 11 Mar 2011 14:46:00 -0800 Subject: Make Makefile.am's compatible with Solaris make Solaris make won't substitute $< in explicit rules, only implicit ones Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 60839b3..5cfedb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ EXTRA_DIST = $(bin_SCRIPTS:=.in) DIR_SUBSTS = -e 's|@x11perfcompdir[@]|$(x11perfcompdir)|g' x11perfcomp: x11perfcomp.in - $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/$@.in > $@ dist_x11perfcomp_SCRIPTS = \ fillblnk \ -- cgit v1.2.3