blob: 831d36d5edfe229bf33352f6fdeff04ee6e60362 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Imakefile.orig 1997-03-09 14:03:27 UTC
+++ Imakefile
@@ -18,7 +18,6 @@ ALLSUBDIRS = lib \
modules/Wharf \
modules/Banner \
modules/Pager \
- modules/asclock \
modules/Animate
SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
@@ -28,4 +27,4 @@ SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(
MakeSubdirs($(SUBDIRS))
/* Doesn't work for me! */
-/* #DependSubdirs($(SUBDIRS))*/
+#DependSubdirs($(SUBDIRS))
|