openbsd-ports/databases/mysql/patches/patch-innobase_Makefile_in
pvalchev 56b04f708e these innobase libraries are used only as static helper libraries to
link mysql, and are not actually supposed to be installed anywhere,
especially not some random location outside of fake...

discussed w/ naddy, ok by maintainer brad
2003-05-21 07:04:54 +00:00

17 lines
519 B
Plaintext

$OpenBSD: patch-innobase_Makefile_in,v 1.1 2003/05/21 07:04:54 pvalchev Exp $
--- innobase/Makefile.in.orig Mon May 19 21:41:20 2003
+++ innobase/Makefile.in Mon May 19 21:41:55 2003
@@ -343,10 +343,10 @@ distcheck: dist
check-am: all-am
check: check-recursive
all-am: Makefile $(HEADERS) ib_config.h
-installdirs: installdirs-recursive
+installdirs:
installdirs-am:
-install: install-recursive
+install:
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive