blob: 2b18484e491223386e0ef45ad35670c1829b8cbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
$NetBSD: patch-ab,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
--- Makefile.in.orig Fri Mar 8 20:29:29 2002
+++ Makefile.in Tue Apr 30 15:40:45 2002
@@ -163,20 +163,14 @@
# order is significant, don't change it arbitrarily
SUBDIRS = \
config \
- common-src \
$(CLIENT_SUBDIRS) \
- $(TAPE_SUBDIRS) \
- $(SERVER_SUBDIRS) \
$(RESTORE_SUBDIRS) \
$(RECOVER_SUBDIRS) \
$(PLOT_SUBDIRS) \
- man docs example
+ man
-pkgdata_DATA = \
- COPYRIGHT \
- COPYRIGHT-APACHE \
- COPYRIGHT-REGEX
+pkgdata_DATA =
EXTRA_DIST = $(SNAPSHOT_STAMP) \
@@ -466,7 +460,6 @@
all-am: Makefile $(DATA)
installdirs: installdirs-recursive
installdirs-am:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
install: install-recursive
install-exec: install-exec-recursive
@@ -511,7 +504,7 @@
info-am:
-install-data-am: install-pkgdataDATA
+install-data-am:
install-exec-am:
|