diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 4c151ebb76..873ebf0855 100644 --- a/Makefile.common +++ b/Makefile.common @@ -67,7 +67,7 @@ CPPFLAGS:= $(DEFINES) $(INCLUDES) -include $(addprefix $(srcdir)/, $(addsuffix /module.mk,$(MODULES))) # Depdir information -DEPDIRS = $(addsuffix /$(DEPDIR),$(MODULE_DIRS)) +DEPDIRS = $(addsuffix $(DEPDIR),$(MODULE_DIRS)) DEPFILES = # Make base/version.o depend on all other object files. This way if anything is |