19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
$OpenBSD: patch-tools_Makefile_in,v 1.3 2004/11/06 20:32:09 naddy Exp $
|
|
--- tools/Makefile.in.orig Mon Oct 29 15:24:24 2001
|
|
+++ tools/Makefile.in Sat Nov 6 20:58:57 2004
|
|
@@ -5,10 +5,13 @@
|
|
# Template: subdirs
|
|
#############################################################################
|
|
|
|
-SUBDIRS = designer
|
|
+DESIGNER_SUBDIR= designer
|
|
+SUBDIRS = ${DESIGNER_SUBDIR}
|
|
|
|
all:
|
|
$(MAKE) $(SUBDIRS)
|
|
+
|
|
+dummy:
|
|
|
|
|
|
$(SUBDIRS): FORCE
|