openbsd-ports/x11/qt2/patches/patch-tools_Makefile_in
espie e7d1c82b2e Tweak configury so that designer is not built, and qt2 is configured with
kde support, even though kde is not installed at this point.

Add missing moc man page as well.
2001-03-21 23:56:50 +00:00

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