let the generated .pc files depend on config.status, so they get correctly

Wed Aug 15 11:09:56 2001  Tim Janik  <timj@gtk.org>

        * Makefile.am: let the generated .pc files depend on config.status,
        so they get correctly remade.
This commit is contained in:
Tim Janik
2001-08-15 09:11:23 +00:00
committed by Tim Janik
parent 3ed0ad623e
commit 3171bd213c
10 changed files with 43 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ stamp-gc-h: config.status
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
$(pkgconfig_DATA): config.status
glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status