1337fc6ca9
fixes some crashing issues among many other bug fixes, seems to have resolved a crashing issue henning@ was experiencing on sparc64.
16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
$OpenBSD: patch-innobase_Makefile_in,v 1.6 2005/01/14 01:42:58 brad Exp $
|
|
--- innobase/Makefile.in.orig Sat Dec 18 12:25:56 2004
|
|
+++ innobase/Makefile.in Wed Dec 22 10:49:19 2004
|
|
@@ -527,9 +527,9 @@ distcleancheck: distclean
|
|
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
|