diff options
author | Max Horn | 2006-06-24 10:14:18 +0000 |
---|---|---|
committer | Max Horn | 2006-06-24 10:14:18 +0000 |
commit | 5faf5f44c33a0862721d919a72bd7cf5934b8dd7 (patch) | |
tree | 04afc22005f5ceabd2df888fb1b78a285a9c13ec | |
parent | 00ca50beb721a82ae74925e1e88bf5029c5b96cc (diff) | |
download | scummvm-rg350-5faf5f44c33a0862721d919a72bd7cf5934b8dd7.tar.gz scummvm-rg350-5faf5f44c33a0862721d919a72bd7cf5934b8dd7.tar.bz2 scummvm-rg350-5faf5f44c33a0862721d919a72bd7cf5934b8dd7.zip |
Remove unused slash from DEPDIRS (cosmetical change to appease Torbjoern :-)
svn-id: r23284
-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 |