From b1f07f222d453c646453853b6e3782598a1f637a Mon Sep 17 00:00:00 2001 From: ade Date: Tue, 10 Oct 2000 17:14:48 +0000 Subject: Re-add USE_GMAKE to get around Makefile bogosity. Without this, doing a 'make all' and 'make install' as two separate commands results in the code being completely recompiled twice. Bleurgh. --- textproc/libxml/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 6cfd66a..ca318a9 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org +USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -- cgit v1.1