aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast')
-rw-r--r--db1-ast/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/db1-ast/Makefile b/db1-ast/Makefile
index 88273a0a9..4f506fc69 100644
--- a/db1-ast/Makefile
+++ b/db1-ast/Makefile
@@ -51,8 +51,7 @@ clean-depend:
clean:
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
-OORG= -O2
-CL= $(CC) -Wall -c -D__DBINTERFACE_PRIVATE $(OORG) -I. -Iinclude
+CL= $(CC) $(CFLAGS) -Wall -c -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude
OSTYPE=$(shell uname -s)
ifeq ($(OSTYPE),SunOS)