remove dupl BC_ListBoxToggle friend decl
[goodguy/history.git] / cinelerra-5.1 / Makefile.devel
index 7996f3223ae5ff5ade69d7ddccab6a7660d7d1ba..beb20ec0f23a0db52dbd3a7e367a21f5ee4d44e7 100644 (file)
@@ -2,7 +2,7 @@
 
 TOPDIR := $(CURDIR)
 CFLAGS ?= -ggdb
-export CFLAGS
+export CFLAGS_ := $(CFLAGS)
 
 cpus:=$(shell grep -c "^proc" /proc/cpuinfo)
 jobs:=-j$(shell echo $$(($(cpus) + $(cpus)/2 +2)))