diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-16 18:04:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-16 18:04:38 +0000 |
commit | c01479244945f5bdde31f046122c008375d2f57b (patch) | |
tree | cef982048d8dfe10b2284873efff5a9deb93aa64 /databases/mysql-client | |
parent | 4b5d899ef87503df6e1b7cd17f47e94f3778f8b2 (diff) | |
download | pkgsrc-c01479244945f5bdde31f046122c008375d2f57b.tar.gz |
Add missing "thr" to SUBST_CLASSES.
Diffstat (limited to 'databases/mysql-client')
-rw-r--r-- | databases/mysql-client/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common index 6b78b1f740a..e48918b6439 100644 --- a/databases/mysql-client/Makefile.common +++ b/databases/mysql-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2004/11/16 18:01:11 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.33 2004/11/16 18:04:38 xtraeme Exp $ DISTNAME= mysql-4.0.22 CATEGORIES= databases @@ -91,7 +91,7 @@ USE_PERL5= # defined USE_LIBTOOL= # defined LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql -SUBST_CLASSES+= mk scripts +SUBST_CLASSES+= mk scripts thr SUBST_STAGE.mk= post-extract SUBST_FILES.mk= dbug/Makefile.in heap/Makefile.in isam/Makefile.in \ merge/Makefile.in mysys/Makefile.in \ |