Use our standard verbose spelling of rules variables.
(as a nice side affect, this will make gnu/usr.bin/cvs/contrib/Makefile have a later date than contrib/cvs/contrib/Makefile.in - which will help the build break after the 1.11.22 CVS import...)
This commit is contained in:
parent
bc09846720
commit
e5eec05ed2
@ -20,12 +20,12 @@ CLEANFILES+= $(SCRIPTS)
|
|||||||
.SUFFIXES: .sh .pl .in
|
.SUFFIXES: .sh .pl .in
|
||||||
|
|
||||||
.sh:
|
.sh:
|
||||||
cp $< $@
|
cp ${.IMPSRC} ${.TARGET}
|
||||||
|
|
||||||
.pl:
|
.pl:
|
||||||
sed -e 's,xPERL_PATHx,$(PERLPATH),' $< > $@
|
sed -e 's,xPERL_PATHx,$(PERLPATH),' ${.IMPSRC} > ${.TARGET}
|
||||||
|
|
||||||
.in:
|
.in:
|
||||||
sed -e 's,@CSH@,/bin/csh,' -e 's,@PERL@,$(PERLPATH),' $< > $@
|
sed -e 's,@CSH@,/bin/csh,' -e 's,@PERL@,$(PERLPATH),' ${.IMPSRC} > ${.TARGET}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user