blob: d63bbdc560a2ea69193f3cf3c8862af480d68aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- nettle-2.4.orig/Makefile.in 2011-09-03 14:51:07.000000000 +0200
+++ nettle-2.4/Makefile.in 2012-04-03 15:14:44.000000000 +0200
@@ -14,7 +14,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = $(INSTALL_PROGRAM) -s
MKDIR_P = @MKDIR_P@
-SUBDIRS = tools testsuite examples
+SUBDIRS = tools testsuite
include config.make
|