From 310d79320ceb924617a7e539397669b0a4d4ce8e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 21 Jul 2002 20:08:28 +0000 Subject: INTERNALLIB has a different meaning in the new bsd.lib.mk API -- build (but do not install) a static library _only_. Not defining LIB avoids building the static library. --- graphics/hdf/files/hdf/src/Makefile | 2 -- graphics/hdf/files/mfhdf/libsrc/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'graphics') diff --git a/graphics/hdf/files/hdf/src/Makefile b/graphics/hdf/files/hdf/src/Makefile index 45c20b492030..d486e4956b82 100644 --- a/graphics/hdf/files/hdf/src/Makefile +++ b/graphics/hdf/files/hdf/src/Makefile @@ -2,8 +2,6 @@ LIB=df -# uncomment the line below to avoid building static libraries -#INTERNALLIB=YES LIBDIR=${PREFIX}/lib # comment out the line below to build the profile libs NOPROFILE=yes diff --git a/graphics/hdf/files/mfhdf/libsrc/Makefile b/graphics/hdf/files/mfhdf/libsrc/Makefile index 092102faa53c..ab7da6ca3d22 100644 --- a/graphics/hdf/files/mfhdf/libsrc/Makefile +++ b/graphics/hdf/files/mfhdf/libsrc/Makefile @@ -13,8 +13,6 @@ SHLIB_MINOR = 3 LIBDIR = ${PREFIX}/lib -# uncomment the line below to avoid building static libraries -#INTERNALLIB = Yes # comment out the line below to build the profile libs NOPROFILE=yes -- cgit v1.2.3