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
|
||||
|
||||
.sh:
|
||||
cp $< $@
|
||||
cp ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.pl:
|
||||
sed -e 's,xPERL_PATHx,$(PERLPATH),' $< > $@
|
||||
sed -e 's,xPERL_PATHx,$(PERLPATH),' ${.IMPSRC} > ${.TARGET}
|
||||
|
||||
.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>
|
||||
|
Loading…
Reference in New Issue
Block a user