mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk, make.mk: Fix many package build errors
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c009df6d62
commit
37130aa077
2 changed files with 6 additions and 6 deletions
|
|
@ -918,11 +918,11 @@ endif
|
|||
|
||||
INCLUDE += $(call proj_query, cflags $(PREREQ_BUILD) $(PROJECT))
|
||||
|
||||
ifneq ($(USE_PROJECT_LIB),false)
|
||||
#ifneq ($(USE_PROJECT_LIB),false)
|
||||
LIBFLAGS += $(call proj_query, ldflags $(PREREQ_BUILD) $(PROJECT))
|
||||
else
|
||||
LIBFLAGS += $(call proj_query, ldflags $(PREREQ_BUILD))
|
||||
endif
|
||||
#else
|
||||
#LIBFLAGS += $(call proj_query, ldflags $(PREREQ_BUILD))
|
||||
#endif
|
||||
|
||||
#include $(MODDIR)/make/lib-deps.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue