summaryrefslogtreecommitdiff
path: root/gdk/win32/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-11-14 06:07:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-11-14 06:07:46 +0000
commitaf2d862517883b06ddf88d00d5cc7ab3630954c7 (patch)
tree184c46c61d9d8710de3045ba53268cf4a1bba2ac /gdk/win32/Makefile.am
parent96e69039a5518b1881125428c79a817a3fd5808a (diff)
downloadgtk+-af2d862517883b06ddf88d00d5cc7ab3630954c7.tar.gz
Try a different hack to force gdkenumtypes.h to be updated before building
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Try a different hack to force gdkenumtypes.h to be updated before building the subdir, last hack caused contents to be rebuilt on every make.
Diffstat (limited to 'gdk/win32/Makefile.am')
-rw-r--r--gdk/win32/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdk/win32/Makefile.am b/gdk/win32/Makefile.am
index 07a090a441..698aa9b4c2 100644
--- a/gdk/win32/Makefile.am
+++ b/gdk/win32/Makefile.am
@@ -87,9 +87,7 @@ libgdk_win32_la_LIBADD = rc/gdk-win32res.lo
# Hack to get gdkenumtypes.h built first
###########################################
-$(libgdk_win32_la_OBJECTS): update-enum-types
+$(libgdk_x11_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
-update-enum-types:
+$(top_srcdir)/gdk/gdkenumtypes.h:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
-
-.PHONY: update-enum-types