[kaffe] CVS kaffe (dalibor): Fixed make dist

Kaffe CVS cvs-commits at kaffe.org
Mon Jan 12 01:10:03 PST 2004


PatchSet 4331 
Date: 2004/01/12 09:06:54
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed make dist

2004-01-12  Dalibor Topic <robilad at kaffe.org>

        * config/Makefile.am:
        (nodist_noinst_HEADERS) New variable.
        (noinst_HEADERS) Moved GEN_HDRS to
        nodist_noinst_HEADERS.

        * config/Makefile.in:
        Regenerated.

Members: 
	ChangeLog:1.1918->1.1919 
	config/Makefile.am:1.36->1.37 
	config/Makefile.in:1.109->1.110 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1918 kaffe/ChangeLog:1.1919
--- kaffe/ChangeLog:1.1918	Mon Jan 12 08:08:15 2004
+++ kaffe/ChangeLog	Mon Jan 12 09:06:54 2004
@@ -1,5 +1,15 @@
 2004-01-12  Dalibor Topic <robilad at kaffe.org>
 
+        * config/Makefile.am:
+	(nodist_noinst_HEADERS) New variable.
+	(noinst_HEADERS) Moved GEN_HDRS to
+	nodist_noinst_HEADERS.
+
+        * config/Makefile.in:
+	Regenerated.
+
+2004-01-12  Dalibor Topic <robilad at kaffe.org>
+
         * m4/esd.m4:
 	New file.
 
Index: kaffe/config/Makefile.am
diff -u kaffe/config/Makefile.am:1.36 kaffe/config/Makefile.am:1.37
--- kaffe/config/Makefile.am:1.36	Tue Dec 23 17:26:30 2003
+++ kaffe/config/Makefile.am	Mon Jan 12 09:06:56 2004
@@ -34,8 +34,10 @@
 	stamp-h03 \
 	stamp-h04
 
+nodist_noinst_HEADERS = \
+	$(GEN_HDRS)
+
 noinst_HEADERS = \
-	$(GEN_HDRS) \
 	config-hacks.h \
 	config-io.h \
 	config-math.h \
Index: kaffe/config/Makefile.in
diff -u kaffe/config/Makefile.in:1.109 kaffe/config/Makefile.in:1.110
--- kaffe/config/Makefile.in:1.109	Mon Jan 12 08:08:21 2004
+++ kaffe/config/Makefile.in	Mon Jan 12 09:06:56 2004
@@ -47,7 +47,7 @@
 POST_UNINSTALL = :
 host_triplet = @host@
 subdir = config
-DIST_COMMON = $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
+DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(srcdir)/config.h.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/esd.m4 \
@@ -65,10 +65,7 @@
 CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
-am__noinst_HEADERS_DIST = md.h callKaffeException.h xprofile-md.h \
-	jit-md.h config-hacks.h config-io.h config-math.h config-mem.h \
-	config-net.h config-setjmp.h config-signal.h config-std.h
-HEADERS = $(noinst_HEADERS)
+HEADERS = $(nodist_noinst_HEADERS) $(noinst_HEADERS)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -310,8 +307,10 @@
 	stamp-h03 \
 	stamp-h04
 
+nodist_noinst_HEADERS = \
+	$(GEN_HDRS)
+
 noinst_HEADERS = \
-	$(GEN_HDRS) \
 	config-hacks.h \
 	config-io.h \
 	config-math.h \




More information about the kaffe mailing list