blob: 5c2b675e24ec8551f5d8bb133bc866948c2945b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.in-orig Sat Mar 29 20:56:03 2003
+++ Makefile.in Sat Mar 29 21:38:07 2003
@@ -103,7 +103,6 @@
install: @NORMAL@ install-dirs install-normal @INSTALL_SWTEST@
- @echo notice: the test programs are only installed in the current directory \(`pwd`\)
install-dirs:
$(top_srcdir)/mkinstalldirs $(libdir)
@@ -114,7 +113,7 @@
install-normal:
$(INSTALL) -m 755 workmanir $(bindir)/workmanir
$(INSTALL) -m 755 libirman.a $(libdir)/libirman.a
- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf
+ $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf.sample
$(INSTALL) -m 644 irman.h $(includedir)/irman.h
install-swtest:
|