diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-30 17:18:31 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-11-30 17:18:54 -0500 |
commit | bae4450698e49f0ddbe80e967d332d66584e9eec (patch) | |
tree | 91c52ff1e2832d98144747a03cbb8247ef14fdb5 /gdk/Makefile.am | |
parent | 09f83fff5256391fe90c0421dd86148048adbac6 (diff) | |
download | gtk+-bae4450698e49f0ddbe80e967d332d66584e9eec.tar.gz |
Quiet some make rules
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index ac459b780e..19d0401480 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -429,8 +429,8 @@ gdkconfig.h: stamp-gc-h $(AM_V_GEN) if test -f gdkconfig.h; then :; \ else rm -f stamp-gc-h; $(MAKE) stamp-gc-h; fi stamp-gc-h: $(top_builddir)/config.status - $(AM_V_at) cd $(top_builddir) && $(SHELL) ./config.status gdk/gdkconfig.h - echo timestamp > stamp-gc-h + $(AM_V_at) cd $(top_builddir) && $(SHELL) ./config.status gdk/gdkconfig.h \ + && echo timestamp > $(@F) dist-hook: ../build/win32/vs9/gdk.vcproj ../build/win32/vs10/gdk.vcxproj ../build/win32/vs10/gdk.vcxproj.filters |