aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 83e78e9..9c75905 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -10,6 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-DIRS:= $(patsubst $(SourceDir)%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
+DIRS:= $(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules