patch-script_Makefile_in 357 B

12345678910111213141516
  1. $OpenBSD: patch-script_Makefile_in,v 1.1 2007/12/28 13:33:59 espie Exp $
  2. --- script/Makefile.in.orig Mon Aug 20 05:53:03 2001
  3. +++ script/Makefile.in Fri Dec 28 14:31:40 2007
  4. @@ -7,7 +7,10 @@
  5. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  6. @SET_MAKE@
  7. -all: lib utils data
  8. +all:
  9. + cd src && ${MAKE}
  10. + cd util && ${MAKE}
  11. + cd tsi-src && ${MAKE}
  12. lib:
  13. (cd src; $(MAKE))