X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fdb%2Futils%2FMakefile;h=12e0abef7b08f683c0c2e96b2ead0d6a7ebb8e05;hb=3406c79cd1a832418ad3a8b3de7a823b79ff5675;hp=62314c7875842f05a0fa06c3de9c2792cff9a5f6;hpb=7a70932d3e04454177c456d0b42ee2f5318d6ad1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/db/utils/Makefile b/cinelerra-5.1/db/utils/Makefile index 62314c78..12e0abef 100644 --- a/cinelerra-5.1/db/utils/Makefile +++ b/cinelerra-5.1/db/utils/Makefile @@ -3,8 +3,8 @@ export TOPDIR include $(TOPDIR)/global_config $(shell mkdir -p $(OBJDIR)) - -CXXFLAGS:=-ggdb -I.. -Wall $(CFLAGS) +$(shell echo $(CFLAGS) > $(OBJDIR)/c_flags) +CXXFLAGS:=-ggdb -I.. -Wall `cat $(OBJDIR)/c_flags` LDLIBS:=../$(OBJDIR)/db.a LDFLAGS:=