diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile index 15d7f6a4ff67c5e7208b62dbb0b8369a04fe19fc..73ccbd605a0474ed60892958c25106815267f986 100644 --- a/main/db1-ast/Makefile +++ b/main/db1-ast/Makefile @@ -48,7 +48,7 @@ clean-depend: clean: rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS) -ASTCFLAGS+=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno +ASTCFLAGS:=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno $(ASTCFLAGS) OSTYPE=$(shell uname -s) ifeq ($(OSTYPE),SunOS)