diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-06-27 14:59:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-06-27 14:59:23 +0000 |
| commit | 3c46f7891b522ff5785726aafa9748b77feea545 (patch) | |
| tree | 284d5d6fea2d6a76a08dbfb81224cc64237ab8a2 /gnu/usr.bin | |
| parent | 1082b19643a017e909e930d2385df41364b2f6d3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cvs/contrib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile index 41e30122b55d..5a8a8b5215fd 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile +++ b/gnu/usr.bin/cvs/contrib/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.POSIX: - .include "../Makefile.inc" .PATH: ${CVSDIR}/contrib @@ -21,6 +19,10 @@ CLEANFILES+= $(SCRIPTS) .SUFFIXES: .sh .pl .in +# Prevent Makefile.in from overwriting Makefile through the suffix rules. +Makefile: + @: + .sh: cp ${.IMPSRC} ${.TARGET} |
