mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
11 lines
453 B
Text
11 lines
453 B
Text
--- libltdl/Makefile.in.orig Tue Nov 2 00:46:21 2004
|
|
+++ libltdl/Makefile.in Tue Nov 2 00:47:17 2004
|
|
@@ -51,7 +51,7 @@
|
|
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
-mkinstalldirs = $(mkdir_p)
|
|
+mkinstalldirs = mkdir -p
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
|