summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:36:31 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:36:31 +0000
commit3aaea725c6359443ef44b5e752a74f6b2905e377 (patch)
tree2e7034ca27b17aa1c8239b8f93fbf3bd8bc90aa0 /lib
parent22ba954fea1508b780f566481960afce7e129e1d (diff)
downloadclasspath-3aaea725c6359443ef44b5e752a74f6b2905e377.tar.gz
Forwardport native-only build fix #04.
2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org> * lib/Makefile.am: Replace explicit mkinstalldirs with $(mkinstalldirs).
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)