mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-orig.mk: Put CONTRIB_MOD before REQUIRED
This commit is contained in:
parent
6ed3a0c570
commit
2d3851f470
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ PREREQ_CPP = $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.c)) \
|
|||
PREREQ_CSRC = $(PREREQ_H) $(PREREQ_C) $(PREREQ_CPP)
|
||||
|
||||
CONTRIB_MOD = $(addprefix contrib/,$(CONTRIB_LIBS))
|
||||
REQUIRED += $(CONTRIB_MOD)
|
||||
REQUIRED := $(CONTRIB_MOD) $(REQUIRED)
|
||||
ALL_H = $(LOCAL_H) $(PREREQ_H)
|
||||
ALL_C = $(LOCAL_C) $(PREREQ_CPP)
|
||||
ALL_CPP = $(LOCAL_CPP) $(PREREQ_CPP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue