openbsd-ports/chinese/libtabe/patches/patch-script_Makefile_in

16 lines
357 B
Plaintext
Raw Normal View History

$OpenBSD: patch-script_Makefile_in,v 1.1 2007/12/28 13:33:59 espie Exp $
--- 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))