mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-orig.mk: Fix little bug in REQUIRED handling
This commit is contained in:
parent
53026453ac
commit
66cc77ef7b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ REQUIRED_DIR = $(patsubst %,$(MODDIR)/%,$(REQUIRED))
|
|||
REQUIRED_DONE = $(patsubst %,%/all.done,$(REQUIRED_DIR))
|
||||
REQUIRED_H = $(foreach dir,$(REQUIRED_DIR),$(wildcard $(dir)/*.h))
|
||||
REQUIRED_C = $(foreach dir,$(REQUIRED_DIR),$(wildcard $(dir)/*.c))
|
||||
REQUIRED_CPP = $(foreach dir,$(REQUIRED_DIR),$(wildcard $(dir)/*.c)) \
|
||||
REQUIRED_CPP = $(foreach dir,$(REQUIRED_DIR),$(wildcard $(dir)/*.cpp)) \
|
||||
$(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.cpp))
|
||||
REQUIRED_CSRC = $(REQUIRED_H) $(REQUIRED_C) $(REQUIRED_CPP)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue