diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 01:46:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 01:46:49 +0000 |
commit | 7deee5322fbe3b85249441618fb1b15616784101 (patch) | |
tree | ce02fd9095834a39906e33872a2329076973f959 /lib/csu/alpha | |
parent | 12215d5eabf89ca29198ee135b78a60155102f35 (diff) |
from netbsd; do not override other CFLAGS settings
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r-- | lib/csu/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 276f37501f0..367fec60082 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 1995/02/10 17:53:00 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/12/12 01:53:50 cgd Exp $ -CFLAGS= -DLIBC_SCCS +CFLAGS+= -DLIBC_SCCS OBJS= crt0.o gcrt0.o CLEANFILES+= core a.out |