]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Changed subst_perlshell Makefile recipe to use the actual source file name
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 12 May 2014 09:42:30 +0000 (11:42 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 12 May 2014 09:42:30 +0000 (11:42 +0200)
src/Common.am

index 11c03c35131bd08121019e84c403f28d8c25866c..b0d89fc5b58b5bfd7a8f92830c448db28ae6d8f7 100644 (file)
@@ -46,4 +46,4 @@ endif
 COMPAT_LIB = $(top_builddir)/compat/libcompat-squid.la $(LIBPROFILER)
 
 ## Some helpers are written in Perl and need the local shell defined properly
-subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)
+subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$< >$@ || ($(RM) -f $@ ; exit 1)