make this port respect CFLAGS
This commit is contained in:
parent
f8d24d9a07
commit
f44a627526
@ -1,6 +1,11 @@
|
|||||||
--- makefile.orig Wed Sep 16 15:16:23 1998
|
--- makefile.orig Wed Oct 27 15:58:26 1999
|
||||||
+++ makefile Wed Sep 16 15:23:27 1998
|
+++ makefile Wed Oct 27 16:01:24 1999
|
||||||
@@ -5,7 +5,7 @@
|
@@ -1,11 +1,11 @@
|
||||||
|
YFLAGS = -d
|
||||||
|
-CFLAGS = -g
|
||||||
|
+#CFLAGS = -g
|
||||||
|
|
||||||
|
SRC = hoc.y hoc.h code.c init.c math.c symbol.c
|
||||||
OBJS = hoc.o code.o init.o math.o symbol.o
|
OBJS = hoc.o code.o init.o math.o symbol.o
|
||||||
|
|
||||||
hoc: $(OBJS)
|
hoc: $(OBJS)
|
||||||
|
Loading…
Reference in New Issue
Block a user