artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e407923
)
changed to CFLAGS+=, closes PR user/116.
author
flipk
<flipk@openbsd.org>
Mon, 3 Mar 1997 05:21:32 +0000
(
05:21
+0000)
committer
flipk
<flipk@openbsd.org>
Mon, 3 Mar 1997 05:21:32 +0000
(
05:21
+0000)
usr.bin/make/lst.lib/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/make/lst.lib/Makefile
b/usr.bin/make/lst.lib/Makefile
index
88761d3
..
5c52825
100644
(file)
--- 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}