31f85c255f
A tool for processing trees (i.e. terms)
12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
--- Makefile.orig Mon Apr 23 19:49:32 2001
|
|
+++ Makefile Mon Apr 23 19:55:00 2001
|
|
@@ -184,7 +184,7 @@
|
|
ANY_ARCH_MALLOC_LDFLAGS =
|
|
HP_MALLOC_LDFLAGS = -lmalloc
|
|
ARCH_DEPEND_MALLOC_LDFLAGS = `(if hp9000s300 ; then echo $(HP_MALLOC_LDFLAGS); fi) 2>>/dev/null`
|
|
-CFLAGS = $(ANY_ARCH_CFLAGS) $(ARCH_DEPEND_CFLAGS)
|
|
+CFLAGS += $(ANY_ARCH_CFLAGS) $(ARCH_DEPEND_CFLAGS)
|
|
# LIBS = -ll
|
|
SABER_CFLAGS = $(SABER_ANY_ARCH_CFLAGS) $(ARCH_DEPEND_CFLAGS)
|
|
LINT_CFLAGS = $(INCLUDES) $(LINT_ARCH_DEPEND_CFLAGS) $(GENDEFINES)
|