From: Tor Lillqvist Date: Sat, 8 May 1999 14:14:32 +0000 (+0000) Subject: Correct rules for making the win32-related files that are made from X-Git-Tag: GLIB_1_3_1~183 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6eb31132ca00fbf54cbaa9660b12cc8b5582252;p=platform%2Fupstream%2Fglib.git Correct rules for making the win32-related files that are made from * Makefile.am tests/Makefile.am: Correct rules for making the win32-related files that are made from corresponding .in files. Is there a cleaner way than explicitly writing rules that invoke config.status? --- diff --git a/ChangeLog b/ChangeLog index bc7ca49..eb4fba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index bc7ca49..eb4fba6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +1999-05-08 Tor Lillqvist + + * Makefile.am tests/Makefile.am: Correct rules for making the + win32-related files that are made from corresponding .in files. + Is there a cleaner way than explicitly writing rules that invoke + config.status? + Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson * configure.in diff --git a/Makefile.am b/Makefile.am index ddc8eee..0725691 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,16 +89,16 @@ testgdateparser_LDADD = libglib.la m4datadir = $(datadir)/aclocal m4data_DATA = glib.m4 -glibconfig.h.win32: $(top_builddir)/config.status glibconfig.h.win32.in +glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -config.h.win32: $(top_builddir)/config.status config.h.win32.in +config.h.win32: $(top_builddir)/config.status $(top_srcdir)/config.h.win32.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -makefile.msc: $(top_builddir)/config.status makefile.msc.in +makefile.msc: $(top_builddir)/config.status $(top_srcdir)/makefile.msc.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -makefile.cygwin: $(top_builddir)/config.status makefile.cygwin.in +makefile.cygwin: $(top_builddir)/config.status $(top_srcdir)/makefile.cygwin.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status .PHONY: files release sanity snapshot diff --git a/glib/Makefile.am b/glib/Makefile.am index ddc8eee..0725691 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -89,16 +89,16 @@ testgdateparser_LDADD = libglib.la m4datadir = $(datadir)/aclocal m4data_DATA = glib.m4 -glibconfig.h.win32: $(top_builddir)/config.status glibconfig.h.win32.in +glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -config.h.win32: $(top_builddir)/config.status config.h.win32.in +config.h.win32: $(top_builddir)/config.status $(top_srcdir)/config.h.win32.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -makefile.msc: $(top_builddir)/config.status makefile.msc.in +makefile.msc: $(top_builddir)/config.status $(top_srcdir)/makefile.msc.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -makefile.cygwin: $(top_builddir)/config.status makefile.cygwin.in +makefile.cygwin: $(top_builddir)/config.status $(top_srcdir)/makefile.cygwin.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status .PHONY: files release sanity snapshot diff --git a/tests/Makefile.am b/tests/Makefile.am index c96d51f..b735dd9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,8 +40,8 @@ strfunc_test_LDADD = $(top_builddir)/libglib.la tree_test_LDADD = $(top_builddir)/libglib.la type_test_LDADD = $(top_builddir)/libglib.la -makefile.msc: $(top_builddir)/config.status makefile.msc.in +makefile.msc: $(top_builddir)/config.status $(top_srcdir)/tests/makefile.msc.in cd $(top_builddir) && CONFIG_FILES=tests/$@ CONFIG_HEADERS= $(SHELL) ./config.status -makefile.cygwin: $(top_builddir)/config.status makefile.cygwin.in +makefile.cygwin: $(top_builddir)/config.status $(top_srcdir)/tests/makefile.cygwin.in cd $(top_builddir) && CONFIG_FILES=tests/$@ CONFIG_HEADERS= $(SHELL) ./config.status