19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
--- tools/Makefile.in.orig 2001-10-29 15:24:24.000000000 +0100
|
|
+++ tools/Makefile.in 2003-12-26 11:31:36.000000000 +0100
|
|
@@ -5,11 +5,14 @@
|
|
# Template: subdirs
|
|
#############################################################################
|
|
|
|
-SUBDIRS = designer
|
|
+DESIGNER_SUBDIR= designer
|
|
+SUBDIRS = ${DESIGNER_SUBDIR}
|
|
|
|
all:
|
|
$(MAKE) $(SUBDIRS)
|
|
|
|
+dummy:
|
|
+
|
|
|
|
$(SUBDIRS): FORCE
|
|
if [ -d $@ ]; then cd $@ ; $(MAKE); fi
|