Ticket #11114: patch-Makefile.in

File patch-Makefile.in, 1.3 KB (added by 0xced (Cédric Luthi), 17 years ago)

Makefile.in patch

Line 
1--- Makefile.in.orig    2006-12-07 10:10:26.000000000 +0100
2+++ Makefile.in 2006-12-07 10:10:39.000000000 +0100
3@@ -602,19 +602,19 @@
4            fi \
5          done \
6        fi
7-       @echo "****************************************************"
8-       @echo
9-       @echo "Don't forget to download the tables from"
10-       @echo "http://lasecwww.epfl.ch/SSTIC04-10k.zip"
11-       @echo "or http://lasecwww.epfl.ch/SSTIC04-5k.zip"
12-       @echo
13-       @echo "and install them in $(DESTDIR)$(pkgdatadir)/10000"
14-       @echo "or $(DESTDIR)$(pkgdatadir)/5000"
15-       @echo
16-       @echo "SSTIC04-10k (388MB), for PCs with at least 256MB of RAM."
17-       @echo "SSTIC04-5k (720MB), for PCs with at least 512MB of RAM."
18-       @echo
19-       @echo "****************************************************"
20+#      @echo "****************************************************"
21+#      @echo
22+#      @echo "Don't forget to download the tables from"
23+#      @echo "http://lasecwww.epfl.ch/SSTIC04-10k.zip"
24+#      @echo "or http://lasecwww.epfl.ch/SSTIC04-5k.zip"
25+#      @echo
26+#      @echo "and install them in $(DESTDIR)$(pkgdatadir)/10000"
27+#      @echo "or $(DESTDIR)$(pkgdatadir)/5000"
28+#      @echo
29+#      @echo "SSTIC04-10k (388MB), for PCs with at least 256MB of RAM."
30+#      @echo "SSTIC04-5k (720MB), for PCs with at least 512MB of RAM."
31+#      @echo
32+#      @echo "****************************************************"
33 
34 install-exec-local:
35        if test -d $(srcdir)/linux_tools; then \