On Sat, Sep 13, 2003 at 06:04:43AM -0700, Bill Moseley wrote:
> foo: foo.in
> @rm -f foo
> @sed \
> -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \
> -e 's,@@swishbindir@@,$(bindir),' \
> -e 's,@@perlbinary@@,$(PERL),' \
>
> I have a number of files that need variable substitution, so I do this in
> a Makefile.am:
> foo: foo.in
> @rm -f foo
> @sed \
> -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \
> -e 's,@@swishbindir@@,$(bindir),' \
> -e 's,
I have a number of files that need variable substitution, so I do this in
a Makefile.am:
foo: foo.in
@rm -f foo
@sed \
-e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \
-e 's,@@swishbindir@@,$(bindir),' \
-e 's,@@perlbinary@@,$(PERL),'