apps/platform: Fix an error in dependency generation introduced with last changes
This commit is contained in:
parent
7a21692496
commit
041d0d2c68
@ -137,7 +137,7 @@ context: dirlinks
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
.depend: Makefile $(SRCS) $(PLATFORMDIR)
|
.depend: Makefile $(SRCS) $(PLATFORMDIR)
|
||||||
$(Q) $(MKDEP) --obj-path bin --obj-suffix $(OBJEXT) --dep-path $(PLATFORMDIR) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
|
$(Q) $(MKDEP) --obj-path bin --obj-suffix $(OBJEXT) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||||
$(Q) touch $@
|
$(Q) touch $@
|
||||||
|
|
||||||
depend: .depend
|
depend: .depend
|
||||||
|
Loading…
Reference in New Issue
Block a user