diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-06-11 21:40:36 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-06-11 21:40:36 +0000 |
commit | b4fe7f2e92c89b2832897db235b309a55da6884e (patch) | |
tree | 039bd054875623841c72e81276fcf28bc245bb08 /include | |
parent | 6afe22839353b53c96ce084e8f959a6444f658d1 (diff) | |
download | classpath-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.am | 4 |
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 |