blob: 3dfeb8ecc058442eace2674b67109a1060f0036c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- doc/Makefile.orig Thu Mar 18 20:32:21 2004
+++ doc/Makefile Wed Jun 23 17:30:53 2004
@@ -15,9 +15,9 @@
DISTFILES = Makefile
-all install installdirs:
+install installdirs:
-clean distclean maintainer-clean:
+all clean distclean maintainer-clean:
for subdir in $(SUBDIRS) ; do \
$(MAKE) -C $$subdir $@ ; \
done
|