summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2007-04-18 13:01:46 +0000
committerDalibor Topic <robilad@yahoo.com>2007-04-18 13:01:46 +0000
commit6875cc9dc24cc2bf45c46ac8952e6b02b7c42bce (patch)
treecef74afced1353a5249504aab5b5a9b3c3c9aeb1
parent98f305361d1a9673d5214f4aa2af79c66ed43c34 (diff)
downloadclasspath-6875cc9dc24cc2bf45c46ac8952e6b02b7c42bce.tar.gz
2007-04-18 Dalibor Topic <robilad@kaffe.org>
* include/Makefile.am: Use portable construct to create gconf peer header. Depend on the java source code, rather the class file to avoid spurious regeneration.
-rw-r--r--ChangeLog6
-rw-r--r--include/Makefile.am5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bbc35eca1..8d0072af7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-18 Dalibor Topic <robilad@kaffe.org>
+ * include/Makefile.am: Use portable construct to create
+ gconf peer header. Depend on the java source code, rather
+ the class file to avoid spurious regeneration.
+
+2007-04-18 Dalibor Topic <robilad@kaffe.org>
+
* include/gnu_java_awt_peer_qt_QtGraphicsEnvironment.h:
Removed empty header file.
diff --git a/include/Makefile.am b/include/Makefile.am
index 31a6490ea..2ab969035 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -173,9 +173,8 @@ $(top_srcdir)/include/gnu_javax_sound_midi_alsa_%.h: $(top_builddir)/$(CLASSDIR)
$(top_srcdir)/include/gnu_javax_sound_midi_dssi_%.h: $(top_builddir)/$(CLASSDIR)/gnu/javax/sound/midi/dssi/%.class
$(JAVAH) -o $@ gnu.javax.sound.midi.dssi.$*
-$(top_srcdir)/include/gnu_java_util_prefs_gconf_%.h: $(top_builddir)/$(CLASSDIR)/gnu/java/util/prefs/gconf/%.class
- $(JAVAH) -o $@ gnu.java.util.prefs.gconf.$*
-
+$(top_srcdir)/include/gnu_java_util_prefs_gconf_GConfNativePeer.h: $(top_srcdir)/gnu/java/util/prefs/gconf/GConfNativePeer.java
+ $(JAVAH) -o $@ gnu.java.util.prefs.gconf.GConfNativePeer
$(top_srcdir)/include/gnu_java_net_VMPlainSocketImpl.h: $(top_srcdir)/vm/reference/gnu/java/net/VMPlainSocketImpl.java
$(JAVAH) -o $@ gnu.java.net.VMPlainSocketImpl
$(top_srcdir)/include/gnu_java_net_local_LocalSocketImpl.h: $(top_srcdir)/gnu/java/net/local/LocalSocketImpl.java