mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Fix typo in LOCAL_EXE_SH definition
This commit is contained in:
parent
5e17c61cf0
commit
25154e2a97
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue