diff options
| author | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
| commit | 768e889c8be080dedeac247a22916dfbf114abf1 (patch) | |
| tree | 08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/usr.bin/gcc3/cc1obj | |
| parent | 500bebac905ae00be6b1c0dc069123f706cc20a1 (diff) | |
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/usr.bin/gcc3/cc1obj')
| -rw-r--r-- | gnu/usr.bin/gcc3/cc1obj/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/gcc3/cc1obj/Makefile b/gnu/usr.bin/gcc3/cc1obj/Makefile deleted file mode 100644 index 9cf37697ab9..00000000000 --- a/gnu/usr.bin/gcc3/cc1obj/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/09/23 09:04:40 matt Exp $ - -PROG= cc1obj -SRCS= ${G_OBJC_OBJS:Nlibcpp.a:.o=.c} main.c - -CPPFLAGS+= -I${DIST}/gcc/objc - -.include "../Makefile.backend" -.include "../Makefile.libcpp" - -.PATH: ${DIST}/gcc/objc ${DIST}/gcc ${G_out_file:H} |
