apps/wireless/wapi: Correct an error in dependency generation.
This commit is contained in:
parent
ad608c705c
commit
1c05e26ef6
@ -54,6 +54,7 @@ CSRCS =
|
|||||||
MAINSRC =
|
MAINSRC =
|
||||||
|
|
||||||
VPATH = .
|
VPATH = .
|
||||||
|
DEPPATH = --dep-path .
|
||||||
|
|
||||||
include $(APPDIR)/wireless/wapi/src/Make.defs
|
include $(APPDIR)/wireless/wapi/src/Make.defs
|
||||||
|
|
||||||
@ -87,8 +88,6 @@ endif
|
|||||||
CONFIG_WAPI_PROGNAME ?= wapi$(EXEEXT)
|
CONFIG_WAPI_PROGNAME ?= wapi$(EXEEXT)
|
||||||
PROGNAME = $(CONFIG_WAPI_PROGNAME)
|
PROGNAME = $(CONFIG_WAPI_PROGNAME)
|
||||||
|
|
||||||
ROOTDEPPATH = --dep-path .
|
|
||||||
|
|
||||||
# Common build
|
# Common build
|
||||||
|
|
||||||
all: .built
|
all: .built
|
||||||
@ -131,7 +130,7 @@ endif
|
|||||||
# Create dependencies
|
# Create dependencies
|
||||||
|
|
||||||
.depend: Makefile $(SRCS)
|
.depend: Makefile $(SRCS)
|
||||||
$(Q) $(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
|
$(Q) $(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||||
$(Q) touch $@
|
$(Q) touch $@
|
||||||
|
|
||||||
depend: .depend
|
depend: .depend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user