diff options
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 |