Instead of using .POSIX:, use the cool looking "@:" rule.
Submitted by: ru
This commit is contained in:
parent
1082b19643
commit
3c46f7891b
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user