diff --git a/platform/Makefile b/platform/Makefile index 15edd09c9..8f562f779 100644 --- a/platform/Makefile +++ b/platform/Makefile @@ -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