summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-01-13 09:45:53 +0000
committerobrien <obrien@FreeBSD.org>2008-01-13 09:45:53 +0000
commite5eec05ed2adc93d1280840414991841ef92f5e9 (patch)
treefd23ef39f75b664358bff0da43d0ba42509318f2 /gnu
parentbc0984672083d779dabd932bbc58de972ee6b666 (diff)
downloadFreeBSD-src-e5eec05ed2adc93d1280840414991841ef92f5e9.zip
FreeBSD-src-e5eec05ed2adc93d1280840414991841ef92f5e9.tar.gz
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...)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/contrib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile
index 56e026d..d732c22 100644
--- a/gnu/usr.bin/cvs/contrib/Makefile
+++ b/gnu/usr.bin/cvs/contrib/Makefile
@@ -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>
OpenPOWER on IntegriCloud