mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-04 16:36:17 +01:00
build: Ensure glibconfig.h.win32 is in DISTCLEANFILES
Otherwise it’s possible for it to not be regenerated when glibconfig.h is, leading to inconsistencies. https://bugzilla.gnome.org/show_bug.cgi?id=727829
This commit is contained in:
parent
c612fcab0f
commit
409202c1fd
@ -9,13 +9,15 @@ include $(top_srcdir)/glib.mk
|
||||
# to config.status will not result in changes to glibconfig.h so we
|
||||
# avoid touching its timestamp (in order not to rebuild the whole tree).
|
||||
#
|
||||
DISTCLEANFILES += glibconfig-stamp glibconfig.h
|
||||
DISTCLEANFILES += glibconfig-stamp glibconfig.h glibconfig.h.win32
|
||||
BUILT_SOURCES += glibconfig-stamp
|
||||
configexecincludedir = $(libdir)/glib-2.0/include
|
||||
nodist_configexecinclude_HEADERS = glibconfig.h
|
||||
glibconfig-stamp: ../config.status
|
||||
$(AM_V_GEN) cd $(top_builddir) && \
|
||||
$(SHELL) ./config.status glib/glibconfig.h
|
||||
$(AM_V_GEN) cd $(top_builddir) && \
|
||||
$(SHELL) ./config.status glib/glibconfig.h.win32
|
||||
@touch glibconfig-stamp
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user