summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-08 17:25:10 +0000
committerpeter <peter@FreeBSD.org>1998-03-08 17:25:10 +0000
commit84b7fbfa292269f69d459cbb4ecf1c921bb167c3 (patch)
tree2c57e8fa2b61dfcfbc96d1fc681f7585af0f8378 /gnu/usr.bin/gzip/Makefile
parentdd42b366bfc371c2ce1c2d5abcead5ec47b93ba7 (diff)
downloadFreeBSD-src-84b7fbfa292269f69d459cbb4ecf1c921bb167c3.zip
FreeBSD-src-84b7fbfa292269f69d459cbb4ecf1c921bb167c3.tar.gz
Use cc -E rather than cpp when looking for __ELF__
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r--gnu/usr.bin/gzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index fbc3d99..b081077 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.3 (Berkeley) 5/12/90
-# $Id: Makefile,v 1.18 1997/12/26 01:53:58 wosch Exp $
+# $Id: Makefile,v 1.19 1998/01/25 09:52:32 jb Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
@@ -41,7 +41,7 @@ beforeinstall:
.endif
match.o: ${.CURDIR}/match.S
- $(CPP) ${.CURDIR}/match.S >_match.s
+ $(CC) -E -traditional ${.CURDIR}/match.S >_match.s
$(CC) -c _match.s
mv -f _match.o match.o
rm -f _match.s
OpenPOWER on IntegriCloud