blob: ae31930f3af90b367cf3abe2047c72f386ae3430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ab,v 1.2 2001/10/14 13:47:18 tron Exp $
--- Imakefile.orig Fri Dec 2 20:04:20 1994
+++ Imakefile Sun Oct 14 15:37:57 2001
@@ -28,7 +28,7 @@
modules/FvwmWinList
#ifdef XPM
-XPMSUBDIRS = xpmroot modules/FvwmBanner
+XPMSUBDIRS = modules/FvwmBanner
#endif
SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
@@ -43,3 +43,4 @@
+depend:
|