summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cc1obj
diff options
context:
space:
mode:
authorphil <phil@NetBSD.org>1996-04-11 21:22:42 +0000
committerphil <phil@NetBSD.org>1996-04-11 21:22:42 +0000
commit3f09e4a7e46b4537d3d2b2a67fa09676ac7401fd (patch)
tree15501afdd22363fad64bd70ff39815da58488aac /gnu/usr.bin/gcc/cc1obj
parente17cddf913a90a5ae3a4e549b9c89067aa37c25d (diff)
Sync with gcc2netbsd. (and do the right thing.)
Diffstat (limited to 'gnu/usr.bin/gcc/cc1obj')
-rw-r--r--gnu/usr.bin/gcc/cc1obj/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/cc1obj/Makefile b/gnu/usr.bin/gcc/cc1obj/Makefile
index c641cad3b00..5c4f3c8a939 100644
--- a/gnu/usr.bin/gcc/cc1obj/Makefile
+++ b/gnu/usr.bin/gcc/cc1obj/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 1995/12/01 17:59:47 phil Exp $
+# $NetBSD: Makefile,v 1.2 1996/04/11 21:22:42 phil Exp $
PROG= cc1obj
SRCS= objc-parse.c objc-act.c
+CLEANFILES+= objc-parse.c
+
.PATH: $(.CURDIR)/../cc1
.include <../Makefile.cc1>