Lines 1-18
Link Here
|
1 |
--- Makefile.in.orig Mon Jul 5 15:54:45 1999 |
1 |
--- Makefile.in.orig Tue Aug 7 10:19:05 2007 |
2 |
+++ Makefile.in Sun Dec 26 14:40:21 1999 |
2 |
+++ Makefile.in Tue Aug 7 10:43:51 2007 |
3 |
@@ -124,6 +124,11 @@ |
3 |
@@ -743,7 +743,7 @@ |
4 |
LIBEXT = a |
|
|
5 |
|
6 |
# |
7 |
+# |
8 |
+# |
9 |
+SOELIM = @SOELIM@ |
10 |
+ |
11 |
+# |
12 |
# You should not need to alter anything below this point. |
13 |
#------------------------------------------------------------ |
14 |
|
15 |
@@ -644,7 +649,7 @@ |
16 |
awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ |
4 |
awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@ |
17 |
|
5 |
|
18 |
$(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir |
6 |
$(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir |
Lines 21-27
Link Here
|
21 |
$(INSTALL_DATA) tmp $@ |
9 |
$(INSTALL_DATA) tmp $@ |
22 |
@rm tmp |
10 |
@rm tmp |
23 |
|
11 |
|
24 |
@@ -652,7 +657,7 @@ |
12 |
@@ -751,7 +751,7 @@ |
25 |
awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ |
13 |
awk -f etc/txt2c.awk man1/dns-bootp.1 > $@ |
26 |
|
14 |
|
27 |
$(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir |
15 |
$(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir |
Lines 30-36
Link Here
|
30 |
$(INSTALL_DATA) tmp $@ |
18 |
$(INSTALL_DATA) tmp $@ |
31 |
@rm tmp |
19 |
@rm tmp |
32 |
|
20 |
|
33 |
@@ -660,7 +665,7 @@ |
21 |
@@ -759,7 +759,7 @@ |
34 |
awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ |
22 |
awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@ |
35 |
|
23 |
|
36 |
$(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir |
24 |
$(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir |
Lines 39-45
Link Here
|
39 |
$(INSTALL_DATA) tmp $@ |
27 |
$(INSTALL_DATA) tmp $@ |
40 |
@rm tmp |
28 |
@rm tmp |
41 |
|
29 |
|
42 |
@@ -669,7 +674,7 @@ |
30 |
@@ -767,7 +767,7 @@ |
|
|
31 |
awk -f etc/txt2c.awk man1/dns-conf-check.1 > $@ |
32 |
|
33 |
$(mandir)/man1/dns-conf-check.1: man1/dns-conf-check.1 man1/.mandir |
34 |
- $(SOELIM) -Iman1 man1/dns-conf-check.1 > tmp |
35 |
+ (cd man1; $(SOELIM) dns-conf-check.1) > tmp |
36 |
$(INSTALL_DATA) tmp $@ |
37 |
@rm tmp |
38 |
|
39 |
@@ -775,7 +775,7 @@ |
40 |
awk -f etc/txt2c.awk man1/dns-dhcp.1 > $@ |
41 |
|
42 |
$(mandir)/man1/dns-dhcp.1: man1/dns-dhcp.1 man1/.mandir |
43 |
- $(SOELIM) -Iman1 man1/dns-dhcp.1 > tmp |
44 |
+ (cd man1; $(SOELIM) dns-dhcp.1) > tmp |
45 |
$(INSTALL_DATA) tmp $@ |
46 |
@rm tmp |
47 |
|
48 |
@@ -784,7 +784,7 @@ |
43 |
|
49 |
|
44 |
$(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ |
50 |
$(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \ |
45 |
man1/.mandir |
51 |
man1/.mandir |
Lines 48-54
Link Here
|
48 |
$(INSTALL_DATA) tmp $@ |
54 |
$(INSTALL_DATA) tmp $@ |
49 |
@rm tmp |
55 |
@rm tmp |
50 |
|
56 |
|
51 |
@@ -677,7 +682,7 @@ |
57 |
@@ -792,7 +792,7 @@ |
52 |
awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ |
58 |
awk -f etc/txt2c.awk man1/dns-ethers.1 > $@ |
53 |
|
59 |
|
54 |
$(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir |
60 |
$(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir |
Lines 57-63
Link Here
|
57 |
$(INSTALL_DATA) tmp $@ |
63 |
$(INSTALL_DATA) tmp $@ |
58 |
@rm tmp |
64 |
@rm tmp |
59 |
|
65 |
|
60 |
@@ -685,7 +690,7 @@ |
66 |
@@ -800,7 +800,7 @@ |
61 |
awk -f etc/txt2c.awk man1/dns-filter.1 > $@ |
67 |
awk -f etc/txt2c.awk man1/dns-filter.1 > $@ |
62 |
|
68 |
|
63 |
$(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir |
69 |
$(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir |
Lines 66-72
Link Here
|
66 |
$(INSTALL_DATA) tmp $@ |
72 |
$(INSTALL_DATA) tmp $@ |
67 |
@rm tmp |
73 |
@rm tmp |
68 |
|
74 |
|
69 |
@@ -693,7 +698,7 @@ |
75 |
@@ -808,7 +808,7 @@ |
70 |
awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ |
76 |
awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@ |
71 |
|
77 |
|
72 |
$(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir |
78 |
$(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir |
Lines 75-81
Link Here
|
75 |
$(INSTALL_DATA) tmp $@ |
81 |
$(INSTALL_DATA) tmp $@ |
76 |
@rm tmp |
82 |
@rm tmp |
77 |
|
83 |
|
78 |
@@ -701,7 +706,7 @@ |
84 |
@@ -816,7 +816,7 @@ |
79 |
awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ |
85 |
awk -f etc/txt2c.awk man1/dns-hosts.1 > $@ |
80 |
|
86 |
|
81 |
$(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir |
87 |
$(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir |
Lines 84-90
Link Here
|
84 |
$(INSTALL_DATA) tmp $@ |
90 |
$(INSTALL_DATA) tmp $@ |
85 |
@rm tmp |
91 |
@rm tmp |
86 |
|
92 |
|
87 |
@@ -709,7 +714,7 @@ |
93 |
@@ -824,7 +824,7 @@ |
88 |
awk -f etc/txt2c.awk man1/dns-license.1 > $@ |
94 |
awk -f etc/txt2c.awk man1/dns-license.1 > $@ |
89 |
|
95 |
|
90 |
$(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir |
96 |
$(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir |
Lines 93-99
Link Here
|
93 |
$(INSTALL_DATA) tmp $@ |
99 |
$(INSTALL_DATA) tmp $@ |
94 |
@rm tmp |
100 |
@rm tmp |
95 |
|
101 |
|
96 |
@@ -717,7 +722,7 @@ |
102 |
@@ -832,7 +832,7 @@ |
97 |
awk -f etc/txt2c.awk man1/dns-ng.1 > $@ |
103 |
awk -f etc/txt2c.awk man1/dns-ng.1 > $@ |
98 |
|
104 |
|
99 |
$(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir |
105 |
$(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir |
Lines 102-108
Link Here
|
102 |
$(INSTALL_DATA) tmp $@ |
108 |
$(INSTALL_DATA) tmp $@ |
103 |
@rm tmp |
109 |
@rm tmp |
104 |
|
110 |
|
105 |
@@ -725,7 +730,7 @@ |
111 |
@@ -840,7 +840,7 @@ |
106 |
awk -f etc/txt2c.awk man1/dns-rev.1 > $@ |
112 |
awk -f etc/txt2c.awk man1/dns-rev.1 > $@ |
107 |
|
113 |
|
108 |
$(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir |
114 |
$(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir |