ports/chinese/libtabe/patches/patch-script_Makefile_in

14 lines
284 B
Text

--- script/Makefile.in.orig Mon Aug 20 05:53:03 2001
+++ script/Makefile.in Fri Dec 28 14:31:40 2007
@@ -7,7 +7,10 @@
LIBTOOL_DEPS = @LIBTOOL_DEPS@
@SET_MAKE@
-all: lib utils data
+all:
+ cd src && ${MAKE}
+ cd util && ${MAKE}
+ cd tsi-src && ${MAKE}
lib:
(cd src; $(MAKE))