From: Francesco Chemolli Date: Mon, 12 May 2014 16:02:58 +0000 (+0200) Subject: Reverted r13409 due to incompatibility with BSD pmake X-Git-Tag: SQUID_3_5_0_1~234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dfa283bb19320eccc472056ae9a7dcd84b813f7;p=thirdparty%2Fsquid.git Reverted r13409 due to incompatibility with BSD pmake --- diff --git a/src/Common.am b/src/Common.am index b0d89fc5b5..11c03c3513 100644 --- a/src/Common.am +++ b/src/Common.am @@ -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' <$< >$@ || ($(RM) -f $@ ; exit 1) +subst_perlshell = sed -e 's,[@]PERL[@],$(PERL),g' <$(srcdir)/$@.pl.in >$@ || ($(RM) -f $@ ; exit 1)