diff options
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 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 \ |