diff options
author | Mark Wielaard <mark@klomp.org> | 2003-08-18 18:44:47 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2003-08-18 18:44:47 +0000 |
commit | ce87c42e058d73f7cc96ace4333f235209839d27 (patch) | |
tree | 178ed772b0d14cb4dae4bd30e3bf06008e12b286 /Makefile.am | |
parent | b1fb6b277eaa6b6e7f7c81f0a4edfe2f8357f26d (diff) | |
download | classpath-ce87c42e058d73f7cc96ace4333f235209839d27.tar.gz |
* Makefile.am (dist-hook): Remove entries now handled by Makefile.am
in the external directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 7e183c2b2..7103dfb41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,9 +13,6 @@ dist-hook: -$(mkinstalldirs) $(distdir)/include -cp -f $(top_srcdir)/include/*.in $(distdir)/include -cp -f $(top_srcdir)/include/*.h $(distdir)/include - -$(mkinstalldirs) $(distdir)/external/jaxp - -cp -f $(top_srcdir)/external/README $(distdir)/external - -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 |