diff options
author | joerg <joerg@pkgsrc.org> | 2017-03-07 13:21:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-03-07 13:21:10 +0000 |
commit | d69f2db8763b470d424f28733d85f672df4ca170 (patch) | |
tree | 21ff0f5f5167aac78dfeae970fdee430e66b355c | |
parent | 49563bb198889fd3f8f31c9659d53f11c32d601e (diff) | |
download | pkgsrc-d69f2db8763b470d424f28733d85f672df4ca170.tar.gz |
Unbreak build in environments with fine grained file system times.
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index 13ff5a13b09..b80b3b81776 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.83 2017/03/06 16:14:07 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.84 2017/03/07 13:21:10 joerg Exp $ # used by devel/libltdl/Makefile # used by devel/libtool-base/Makefile # used by devel/libtool-fortran/Makefile @@ -76,4 +76,4 @@ CONFIGURE_ENV+= lt_cv_path_NM="nm -B" CONFIGURE_ENV+= lt_cv_path_NM=${NM:Q} .endif -CONFIGURE_ENV+= RANLIB=${RANLIB:Q} +CONFIGURE_ENV+= RANLIB=${RANLIB:Q} HELP2MAN=${TRUE:Q} |