mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
run.mk: Fix empty $(PWD), which kept executable from being built
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
59313d194d
commit
abb9cf754a
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
DIR_BASENAME = $(notdir $(shell $(PWD)))
|
||||
|
||||
ifeq ($(EXE_BASENAME),)
|
||||
|
|
@ -29,7 +31,6 @@ CHECK_CONF_EXE ?= $(firstword $(wildcard $(CVS_PROJ_DIR)/valdi/bin/checkconf) ch
|
|||
LOCAL_CFLAGS += -DEXE_NAME=\"$(EXE)\"
|
||||
LOCAL_CPPFLAGS += -DEXE_NAME=\"$(EXE)\"
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/profiler.mk
|
||||
BUILD_HDR =
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue