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.
This commit is contained in:
Ade Lovett 2000-10-10 17:14:48 +00:00
parent 9b1f28b363
commit 15f906c71b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33676

View File

@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/libxml
MAINTAINER= ade@FreeBSD.org
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes