summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:40:36 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-11 21:40:36 +0000
commitb4fe7f2e92c89b2832897db235b309a55da6884e (patch)
tree039bd054875623841c72e81276fcf28bc245bb08 /include
parent6afe22839353b53c96ce084e8f959a6444f658d1 (diff)
downloadclasspath-b4fe7f2e92c89b2832897db235b309a55da6884e.tar.gz
Forwardport native-only build fix #07.
2008-06-02 Andrew John Hughes <gnu_andrew@member.fsf.org> * include/Makefile.am: Don't delete headers when not rebuilding them.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 4191f7d27..2a2fc5dd4 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