run.mk: Nullifying BUILD_H, to disable installation of headers to $(TOPDIR)/include

This commit is contained in:
Jan Lindemann 2007-06-29 14:37:42 +00:00 committed by Jan Lindemann
commit 817f532468

View file

@ -8,6 +8,7 @@ EXE = $(notdir $(shell pwd))
endif
include $(MODDIR)/make/defs.mk
BUILD_H =
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/ldlibpath.mk