blob: d4515b2c462edb9207b36d773608d2a5443dc1fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.in.orig Fri Jan 4 21:29:47 2002
+++ Makefile.in Thu Jul 10 23:45:33 2003
@@ -10,9 +10,11 @@
## in file LICENSE in the top-level directory of the distribution.
##
-SUBDIRS= include libraries clients servers tests doc
-CLEANDIRS= contrib
-INSTALLDIRS=
+SUBDIRS=
+ALLDIRS= include libraries clients servers tests doc
+CLEANDIRS= include libraries clients servers tests doc contrib
+DEPENDDIRS= include libraries clients servers tests doc
+INSTALLDIRS= servers
makefiles: FORCE
./config.status
|