summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2003-02-01 12:54:05 +0000
committerBrian Jones <cbj@gnu.org>2003-02-01 12:54:05 +0000
commit186a1c80adaf614c3b5c25ab9a1aa8fffffc4237 (patch)
tree629178d36b2101f5214f859a5430c26a3011c7f2 /Makefile.am
parent4a8749b95b8920fa625f4365c3f932d0caa89fb6 (diff)
downloadclasspath-186a1c80adaf614c3b5c25ab9a1aa8fffffc4237.tar.gz
* Makefile.am: fix copy of external/jaxp to $(distdir)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 908858611..6fbec7d86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ dist-hook:
-cp -f $(top_srcdir)/include/*.h $(distdir)/include
-$(mkinstalldirs) $(distdir)/external/jaxp
-cp -f $(top_srcdir)/external/README $(distdir)/external
- -cp -f --parents $(top_srcdir)/external/jaxp $(distdir)/external/jaxp
+ -cp -Rf $(top_srcdir)/external/jaxp $(distdir)/external/jaxp
ChangeLog:
cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf