defs.mk, exe.mk: Fix installation of BUILD_EXE_BIN

This commit is contained in:
Jan Lindemann 2007-07-30 19:26:58 +00:00 committed by Jan Lindemann
commit 9de5ab0b83
2 changed files with 3 additions and 1 deletions

View file

@ -150,6 +150,7 @@ SHOBJS += $(patsubst %.cpp,lib%.so,$(patsubst %.cc,lib%.so,$(pats
SHSCRIPTS += $(patsubst %.sh.tmpl,%.sh,$(wildcard *.sh.tmpl))
SCRIPTS += $(patsubst %.tmpl,%,$(wildcard *.tmpl))
BUILD_EXE_BIN += $(addprefix $(BUILD_BINDIR)/,$(EXE))
BUILD_EXE_SH += $(patsubst %.sh,$(BUILD_BINDIR)/%.sh,$(EXE_SH))
BUILD_H += $(patsubst %.h,$(TOPDIR)/include/%.h,$(SRC_H))