From d126c68c6ad8ae7b2fb247d4a38cee2a415735c6 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 11 Sep 2001 20:18:29 +0000 Subject: Use the :: operator for pre-everything. Submitted by: Dan Langille --- print/ghostscript7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/ghostscript7') 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 -- cgit