diff options
Diffstat (limited to 'devel/silc-toolkit/files/patch-Makefile.in')
-rw-r--r-- | devel/silc-toolkit/files/patch-Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/silc-toolkit/files/patch-Makefile.in b/devel/silc-toolkit/files/patch-Makefile.in index 17d81281323a..f000069e8aad 100644 --- a/devel/silc-toolkit/files/patch-Makefile.in +++ b/devel/silc-toolkit/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Fri Dec 21 02:51:02 2001 -+++ Makefile.in Fri Dec 21 02:53:28 2001 -@@ -152,9 +152,9 @@ +--- Makefile.in.orig Thu Jan 17 19:25:58 2002 ++++ Makefile.in Sat Jan 19 21:16:03 2002 +@@ -151,9 +151,9 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign @@ -13,7 +13,7 @@ # # INCLUDE defines -@@ -529,11 +529,8 @@ +@@ -528,11 +528,8 @@ -rm -rf $(distdir) install-dirs: @@ -25,7 +25,7 @@ generate-server-key: -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -546,7 +543,8 @@ +@@ -545,7 +542,8 @@ doc-install: $(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ $(INSTALL_DATA) $(srcdir)/doc/FAQ $(docdir)/ @@ -35,14 +35,14 @@ $(INSTALL_DATA) $(srcdir)/doc/*.txt $(docdir)/ $(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/ $(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/ -@@ -566,8 +564,8 @@ +@@ -571,8 +569,8 @@ $(etcdir)/silc.conf; \ 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_TRUE@install-data-hook: install-dirs sim-install doc-install -+@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs sim-install doc-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 doc-install ++@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs doc-install # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |