blob: 95ca0d101faeedf810ac9c1e8b5352f2fe2d8092 (
plain) (
blame)
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
|
--- Makefile.in.orig Tue Oct 18 18:10:05 2005
+++ Makefile.in Tue Oct 18 18:10:40 2005
@@ -112,38 +112,6 @@
$(MKINSTALLDIRS) $(ARCHIVE_DIR); \
fi
- @if [ ! -f $(prefix)/Makefile ]; then \
- echo "installing Makefile in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/Makefile.ops $(prefix)/Makefile; \
- else \
- echo "installing Makefile.NEW in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/Makefile.ops $(prefix)/Makefile.NEW; \
- fi
-
- @if [ ! -f $(prefix)/Default.conf ]; then \
- echo "installing Default.conf in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/Default.conf $(prefix)/Default.conf; \
- else \
- echo "installing Default.conf.NEW in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/Default.conf $(prefix)/Default.conf.NEW; \
- fi
-
- @if [ ! -f $(prefix)/NRG.mconf ]; then \
- echo "installing NRG.mconf in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/NRG.mconf $(prefix)/NRG.mconf; \
- else \
- echo "installing NRG.mconf.NEW in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/NRG.mconf $(prefix)/NRG.mconf.NEW; \
- fi
-
- @if [ ! -f $(prefix)/Site.mconf ]; then \
- echo "installing Site.mconf in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/Site.mconf $(prefix)/Site.mconf; \
- else \
- echo "installing Site.mconf.NEW in $(prefix)"; \
- $(INSTALL) -c -m 644 examples/Site.mconf $(prefix)/Site.mconf.NEW; \
- fi
-
@if [ ! -d $(prefix)/autoconfs ]; then \
$(MKINSTALLDIRS) $(prefix)/autoconfs; \
fi
|