27 lines
766 B
Text
27 lines
766 B
Text
$NetBSD: patch-aa,v 1.2 2005/09/18 20:21:17 minskim Exp $
|
|
|
|
--- Imakefile.orig 1997-03-09 06:03:27.000000000 -0800
|
|
+++ Imakefile
|
|
@@ -11,15 +11,7 @@
|
|
/* Can define CDEBUGFLAGS to anything you need */
|
|
/*CDEBUGFLAGS = -LMyLibrarydir*/
|
|
|
|
-ALLSUBDIRS = lib \
|
|
- afterstep \
|
|
- modules/Audio \
|
|
- modules/Auto \
|
|
- modules/Wharf \
|
|
- modules/Banner \
|
|
- modules/Pager \
|
|
- modules/asclock \
|
|
- modules/Animate
|
|
+ALLSUBDIRS = lib modules/Wharf
|
|
|
|
SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
|
|
/* I have absolutely no idea what this does, but it seems to be needed */
|
|
@@ -28,4 +20,4 @@ SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(
|
|
MakeSubdirs($(SUBDIRS))
|
|
|
|
/* Doesn't work for me! */
|
|
-/* #DependSubdirs($(SUBDIRS))*/
|
|
+#DependSubdirs($(SUBDIRS))
|