From 2a02e6abd140e3d1556d87e741a86b475d37b1de Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 9 Apr 2008 15:28:50 +0000 Subject: [PATCH] not overriding exclude_modules in examples git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@865 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/examples/Makefile | 2 +- apps/examples/tutorial/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/examples/Makefile b/apps/examples/Makefile index 943133e6..6010a28d 100644 --- a/apps/examples/Makefile +++ b/apps/examples/Makefile @@ -3,7 +3,7 @@ COREPATH ?= ../../core include $(COREPATH)/../Makefile.defs -exclude_modules = +exclude_modules ?= modules = $(filter-out $(exclude_modules) \ $(wildcard Makefile*) $(wildcard Readme*) CVS, \ $(wildcard *) ) diff --git a/apps/examples/tutorial/Makefile b/apps/examples/tutorial/Makefile index 009b9c29..563d4448 100644 --- a/apps/examples/tutorial/Makefile +++ b/apps/examples/tutorial/Makefile @@ -3,7 +3,7 @@ COREPATH ?= ../../../core include $(COREPATH)/../Makefile.defs -exclude_modules = +exclude_modules ?= modules = $(filter-out $(exclude_modules) \ $(wildcard Makefile*) $(wildcard Readme*) CVS, \ $(wildcard *) )