From 6490335f3d3151022901940de10b1f76e37df751 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 10 Nov 2005 13:36:36 +0000 Subject: Fix build: Use our own targets since the real ones have funky dependencies which would like autoreconf. --- lang/hugs/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lang') diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 87e373e6f9c0..da3a9687a3df 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -48,4 +48,14 @@ post-patch: /^install :: install_guide/d' \ ${WRKSRC}/src/MkInstal.in +do-build: +. for dir in src libraries docs + cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} +. endfor + +do-install: +. for dir in src libraries demos docs + cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} +. endfor + .include -- cgit v1.2.3