forked from Lainports/freebsd-ports
27 lines
1.3 KiB
Text
27 lines
1.3 KiB
Text
--- include/Makefile.in.orig 2010-07-27 16:46:08.000000000 +0200
|
|
+++ include/Makefile.in 2010-07-27 16:48:45.000000000 +0200
|
|
@@ -480,12 +480,11 @@
|
|
-rm -rf .libs _libs
|
|
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
|
|
+ test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)/mysql/psi"
|
|
@list='$(pkginclude_HEADERS)'; for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
- f=$(am__strip_dir) \
|
|
- echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
|
|
- $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
|
|
+ echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$p'"; \
|
|
+ $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$p"; \
|
|
done
|
|
|
|
uninstall-pkgincludeHEADERS:
|
|
@@ -708,8 +707,6 @@
|
|
@HAVE_DTRACE_TRUE@probes_mysql_dtrace.h: $(DTRACEPROVIDER)
|
|
@HAVE_DTRACE_TRUE@ $(DTRACE) $(DTRACEFLAGS) -h -s $(DTRACEPROVIDER) -o $@
|
|
|
|
-probes_mysql_nodtrace.h: $(DTRACEPROVIDER)
|
|
- @PERL@ $(top_srcdir)/scripts/dheadgen.pl -f $(DTRACEPROVIDER) > $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|