artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6981bf5
)
rearrange to make it compile; from azcb0@juts.ccc.amdahl.com, netbsd pr#1838
author
deraadt
<deraadt@openbsd.org>
Fri, 15 Dec 1995 02:55:22 +0000
(
02:55
+0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 15 Dec 1995 02:55:22 +0000
(
02:55
+0000)
usr.sbin/gspa/gspa/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/gspa/gspa/Makefile
b/usr.sbin/gspa/gspa/Makefile
index
9402c80
..
61ac04b
100644
(file)
--- a/
usr.sbin/gspa/gspa/Makefile
+++ b/
usr.sbin/gspa/gspa/Makefile
@@
-3,8
+3,8
@@
PROG= gspa
CFLAGS+=-I. -I${.CURDIR}
HDRS= gsp_ass.h gsp_code.h
-SRCS= gsp
a.c gsp_out.c gsp_sym.c gsp_lex.c gsp_act.c gsp_eval
.c \
- gsp_
inst.c gsp_pseu.c gsp_gram
.c
+SRCS= gsp
_gram.c gspa.c gsp_out.c gsp_sym.c gsp_lex.c gsp_act
.c \
+ gsp_
eval.c gsp_inst.c gsp_pseu
.c
NOMAN= noman
CLEANFILES+=gsp_gram.c y.tab.h