mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/platform: Fix an error in dependency generation introduced with last changes
This commit is contained in:
parent
7a21692496
commit
041d0d2c68
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ context: dirlinks
|
|||
# Dependencies
|
||||
|
||||
.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 $@
|
||||
|
||||
depend: .depend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue