mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 05:47:38 +01:00
run.mk: Rename BUILD_H BUILD_HDR
This commit is contained in:
parent
9e5eff01ea
commit
3d7f00f80f
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
include $(MODDIR)/make/qtversion.mk
|
include $(MODDIR)/make/qtversion.mk
|
||||||
include $(MODDIR)/make/tools.mk
|
include $(MODDIR)/make/tools.mk
|
||||||
#include $(MODDIR)/make/defs.mk
|
#include $(MODDIR)/make/defs.mk
|
||||||
#ALL += $(LIBDIR) $(PREREQ_DONE) $(BUILD_H) $(LOCAL_EXE_SH) $(MEMBERS)
|
#ALL += $(BUILD_LIBDIR) $(PREREQ_DONE) $(BUILD_HDR) $(LOCAL_EXE_SH) $(MEMBERS)
|
||||||
#include $(MODDIR)/make/rules.mk
|
#include $(MODDIR)/make/rules.mk
|
||||||
#clean: objclean textclean localclean
|
#clean: objclean textclean localclean
|
||||||
#install: $(ALL)
|
#install: $(ALL)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
BUILD_H =
|
BUILD_HDR =
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
include $(MODDIR)/make/ldlibpath.mk
|
include $(MODDIR)/make/ldlibpath.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue