summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-01 23:14:07 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-01 23:14:07 +0000
commit6263563e1af7c952fe90ee2f3830afe7111330ec (patch)
treec0297de44344d6fc32e9edeff46cfdd947339b5f
parentba86e8c889f4e5d06cc6c25174ef71887eb81732 (diff)
downloadclasspath-6263563e1af7c952fe90ee2f3830afe7111330ec.tar.gz
2008-06-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
* include/Makefile.am: Don't delete headers when not rebuilding them.
-rw-r--r--ChangeLog5
-rw-r--r--include/Makefile.am4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ed51f4dc..296f361bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * include/Makefile.am: Don't delete headers
+ when not rebuilding them.
+
2008-06-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
* configure.ac: Only regenerate headers by
diff --git a/include/Makefile.am b/include/Makefile.am
index 84a093f68..a0177e13c 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,6 +1,10 @@
include_HEADERS = jni.h jni_md.h jawt.h jawt_md.h
+if CREATE_JNI_HEADERS
DISTCLEANFILES = jni_md.h config-int.h $(H_FILES)
+else
+DISTCLEANFILES = jni_md.h config-int.h
+endif
ARG_JNI_JAVAH = -jni
ARG_CLASSPATH_JAVAH = -bootclasspath