diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-01-04 17:26:38 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-01-04 17:26:38 +0000 |
commit | 0e91cea4b7aa0b05e795c353797a6f9836ba53fb (patch) | |
tree | 3c10369bb525cedfa911ac50ad8907efa78d31d6 /lib | |
parent | 616b66c836e6ae7f94f1dea59efc5c49b98c2f04 (diff) |
c++rt0.o is a relic of long ago. tested on ELF drahn a.out miod, ok miod@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile index c27bda69f4a..9559d6929f4 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/11 01:28:40 jason Exp $ +# $OpenBSD: Makefile,v 1.9 2004/01/04 17:26:37 drahn Exp $ .if make(obj) SUBDIR= alpha hppa i386 m68k m88k powerpc sparc sparc64 vax @@ -6,6 +6,4 @@ SUBDIR= alpha hppa i386 m68k m88k powerpc sparc sparc64 vax SUBDIR= ${MACHINE_ARCH} .endif -SUBDIR+= c++ - .include <bsd.subdir.mk> |