aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Makefile')
-rw-r--r--projects/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Makefile b/projects/Makefile
index 5465268..da7f710 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -10,7 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-DIRS=
-OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
+#DIRS=
+DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules