defs.mk: Fix typo in LOCAL_EXE_SH definition

This commit is contained in:
Jan Lindemann 2005-11-08 10:06:44 +00:00 committed by Jan Lindemann
commit 25154e2a97

View file

@ -67,7 +67,7 @@ SHOBJS += $(patsubst %.cpp,lib%.so,$(patsubst %.cc,lib%.so,$(patsubst %.c,l
SHSCRIPTS += $(patsubst %.sh.tmpl,%.sh,$(wildcard *.sh.tmpl))
SCRIPTS += $(patsubst %.tmpl,%,$(wildcard *.tmpl))
LOCAL_HDR += $(patsubst %.h,$(TOPDIR)/include/%.h,$(LOCAL_H))
LOCAL_EXE_SH+= $(patubst %.sh,$(TOPDIR)/bin/%.sh,$(EXE_SH))
LOCAL_EXE_SH+= $(patsubst %.sh,$(BUILD_BINDIR)/%.sh,$(EXE_SH))
PREREQ_DIR += $(addprefix $(MODDIR)/,$(LOCAL_PREREQ))
PREREQ_DONE += $(addsuffix /all.done,$(PREREQ_DIR))