summaryrefslogtreecommitdiff
path: root/net/silc-server/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/silc-server/files/patch-Makefile.in')
-rw-r--r--net/silc-server/files/patch-Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/silc-server/files/patch-Makefile.in b/net/silc-server/files/patch-Makefile.in
index 922283827b73..99f9b027c4bd 100644
--- a/net/silc-server/files/patch-Makefile.in
+++ b/net/silc-server/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig Sun Nov 11 15:02:16 2001
-+++ Makefile.in Mon Nov 12 22:15:00 2001
-@@ -145,9 +145,9 @@
+--- Makefile.in.orig Fri Dec 21 02:09:25 2001
++++ Makefile.in Fri Dec 21 02:11:22 2001
+@@ -151,9 +151,9 @@
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
@@ -13,7 +13,7 @@
#
# INCLUDE defines
-@@ -512,9 +512,6 @@
+@@ -529,9 +529,6 @@
install-dirs:
-mkdir -p $(etcdir)
@@ -23,8 +23,8 @@
-mkdir -p $(logsdir)
generate-server-key:
-@@ -538,18 +535,13 @@
- $(INSTALL_DATA) $(srcdir)/TODO $(docdir)/
+@@ -561,18 +558,13 @@
+ $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/
etc-install:
- -@if test '!' -f $(etcdir)/silcd.conf ; then \
@@ -40,7 +40,7 @@
fi
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
--@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install etc-install
+-@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs etc-install
+@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs etc-install
# Tell versions [3.59,3.63) of GNU make to not export all variables.