summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-01 21:13:50 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-01 21:13:50 +0000
commit3be2182d1a4e4c2216405c62745b98daa2e7b0e2 (patch)
treeacfe45bb99693212712104d0f9ea03ea68e90786
parent6d5c93eaf3f7f7cc80421d800c00eb702b3f4048 (diff)
downloadclasspath-3be2182d1a4e4c2216405c62745b98daa2e7b0e2.tar.gz
2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
* lib/Makefile.am: Replace explicit mkinstalldirs with $(mkinstalldirs).
-rw-r--r--ChangeLog5
-rw-r--r--lib/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6409ea145..36d4cdeb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * lib/Makefile.am:
+ Replace explicit mkinstalldirs with $(mkinstalldirs).
+
+2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
* scripts/check_jni_methods.sh.in:
Search the source directory as well for
when headers are in the tarball.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9ac7b5d00..24561e806 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -40,7 +40,7 @@ endif # BUILD_CLASS_FILES
if INSTALL_CLASS_FILES
install-data-local: genclasses compile-classes
- -$(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
cp -R gnu $(DESTDIR)$(pkgdatadir)
cp -R java $(DESTDIR)$(pkgdatadir)
cp -R javax $(DESTDIR)$(pkgdatadir)