mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Remove superfluous -I $(MODDIR)/include for ytools builds
This commit is contained in:
parent
68c15232ca
commit
c38e8bb6ac
1 changed files with 6 additions and 1 deletions
|
|
@ -90,7 +90,12 @@ ALL_CPP = $(LOCAL_CPP) $(PREREQ_CPP)
|
|||
ALL_CSRC = $(LOCAL_CSRC) $(PREREQ_CSRC)
|
||||
|
||||
TEXTCLEAN = $(wildcard *~ .*~ .*.swp *.rep)
|
||||
INCLUDE = -I. -I$(TOPDIR)/include -I$(MODDIR)/include $(PROJECT_INCLUDE) $(LOCAL_INCLUDE)
|
||||
|
||||
INCLUDE = -I. -I$(TOPDIR)/include $(PROJECT_INCLUDE) $(LOCAL_INCLUDE)
|
||||
|
||||
ifneq ($(TOPDIR),$(MODDIR))
|
||||
INCLUDE += -I$(MODDIR)/include
|
||||
endif
|
||||
|
||||
ifndef INSTALL_LIBDIR
|
||||
INSTALL_LIBDIR = $(PREFIX)/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue