e7d1c82b2e
kde support, even though kde is not installed at this point. Add missing moc man page as well.
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
--- tools/Makefile.in.orig Mon Mar 5 19:12:55 2001
|
|
+++ tools/Makefile.in Thu Mar 22 00:49:43 2001
|
|
@@ -5,10 +5,13 @@
|
|
# Template: subdirs
|
|
#############################################################################
|
|
|
|
-SUBDIRS = designer
|
|
+DESIGNER_SUBDIR= designer
|
|
+SUBDIRS = ${DESIGNER_SUBDIR}
|
|
|
|
all:
|
|
$(MAKE) $(SUBDIRS)
|
|
+
|
|
+dummy:
|
|
|
|
|
|
$(SUBDIRS): FORCE
|