summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-12 12:52:24 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-12 12:52:24 +0000
commit3ac62e921a2c1b4a2adfb7baa783765f42acfdab (patch)
tree72d6bd9ef1c275c9bc6c5bf35f4bfde3bde24901 /gnu/usr.bin/cc
parent38bc294e8d59a1677f27499d806d12db09c719cb (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 76ba0457b35a..54b553676b06 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1998/03/06 13:34:36 bde Exp $
+# $Id: Makefile,v 1.8 1998/03/08 05:29:49 peter Exp $
#
#
@@ -130,18 +130,15 @@ ${COMMONHDRS}:
echo '#include "f2c-specs.h"' >> specs.h
SRCS+= ${COMMONHDRS}
-CLEANFILES+= elf aout
#-----------------------------------------------------------------------
# Everything in ${SRCS} is generated
CLEANFILES+= ${SRCS}
#-----------------------------------------------------------------------
-all: ${COMMONHDRS} ${SRCS}
+all: ${SRCS}
#-----------------------------------------------------------------------
-beforedepend: ${COMMONHDRS}
-
# We kept ${LOCOBJS} separate from ${OBJS} because adding all the
# objects to ${OBJS} would give too many (cyclic) dependencies.
# Add just enough dependencies for `make -j 1000' to work.