diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 04:18:29 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 04:18:29 +0800 |
commit | d126c68c6ad8ae7b2fb247d4a38cee2a415735c6 (patch) | |
tree | e8811814ae3864421b7669cdcbfd449784a4cce7 /print/ghostscript-gnu | |
parent | 0c892782bd84aaf62e9fd2a5600525b33410d6f0 (diff) | |
download | freebsd-ports-gnome-d126c68c6ad8ae7b2fb247d4a38cee2a415735c6.tar.gz freebsd-ports-gnome-d126c68c6ad8ae7b2fb247d4a38cee2a415735c6.tar.zst freebsd-ports-gnome-d126c68c6ad8ae7b2fb247d4a38cee2a415735c6.zip |
Use the :: operator for pre-everything.
Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index b5e7f7e246cf..9ae1bc65adc2 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -127,7 +127,7 @@ CFLAGS+= -D_LITTLE_ENDIAN .SILENT: -pre-everything: +pre-everything:: .if !defined(A4) ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else |