12345678910111213141516 |
- $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))
|