aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enca/files/makefile-remove-tools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/enca/files/makefile-remove-tools.patch')
-rw-r--r--recipes/enca/files/makefile-remove-tools.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/enca/files/makefile-remove-tools.patch b/recipes/enca/files/makefile-remove-tools.patch
new file mode 100644
index 0000000000..accfbccd6b
--- /dev/null
+++ b/recipes/enca/files/makefile-remove-tools.patch
@@ -0,0 +1,13 @@
+--- enca-1.9/Makefile.am.orig 2006-06-29 15:34:55.000000000 +0100
++++ enca-1.9/Makefile.am 2006-06-29 15:35:20.000000000 +0100
+@@ -1,8 +1,8 @@
+ # @(#) $Id: Makefile.am,v 1.35 2005/11/24 10:21:32 yeti Exp $
+ if MAINTAINER_MODE
+-SUBDIRS = tools data script lib src devel-docs test
++SUBDIRS = data script lib src devel-docs test
+ else
+-SUBDIRS = tools script lib src devel-docs
++SUBDIRS = script lib src devel-docs
+ endif
+ man_MANS = man/enca.1
+