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 | |
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')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 0a61cda1ecbb..c754146a5f48 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -130,7 +130,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 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 diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 0a61cda1ecbb..c754146a5f48 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -130,7 +130,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 diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index b5e7f7e246cf..9ae1bc65adc2 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/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 diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 0a61cda1ecbb..c754146a5f48 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -130,7 +130,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 |