diff options
author | flipk <flipk@cvs.openbsd.org> | 1997-03-03 05:21:33 +0000 |
---|---|---|
committer | flipk <flipk@cvs.openbsd.org> | 1997-03-03 05:21:33 +0000 |
commit | 90e3b076ebe35e7e6b18f33b236c7b67dfb8076b (patch) | |
tree | 64291fe0eeae07b8d0f987baf97d2b71c908f611 /usr.bin | |
parent | f55aa9722bed0862e7b23238e38d8df3aaf89340 (diff) |
changed to CFLAGS+=, closes PR user/116.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/lst.lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.lib/Makefile b/usr.bin/make/lst.lib/Makefile index 88761d342a9..5c528259f58 100644 --- a/usr.bin/make/lst.lib/Makefile +++ b/usr.bin/make/lst.lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/11/30 21:09:09 millert Exp $ +# $OpenBSD: Makefile,v 1.4 1997/03/03 05:21:32 flipk Exp $ # $NetBSD: Makefile,v 1.4 1996/11/06 17:59:31 christos Exp $ OBJ=lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o \ @@ -7,5 +7,5 @@ OBJ=lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o \ lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o \ lstForEachFrom.o lstDestroy.o lstNext.o -CFLAGS=-I.. +CFLAGS+=-I.. all: ${OBJ} |