16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
$OpenBSD: patch-innobase_Makefile_in,v 1.9 2006/10/14 05:04:54 brad Exp $
|
|
--- innobase/Makefile.in.orig Wed Oct 4 07:26:50 2006
|
|
+++ innobase/Makefile.in Thu Oct 12 05:18:57 2006
|
|
@@ -549,9 +549,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
|