summaryrefslogtreecommitdiff
path: root/support/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-08-18 11:47:13 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-18 11:47:13 +0000
commit3121ab3006ad3147a2b31d7e2eddec40b4eb8d77 (patch)
tree31daa172d514a48a7d539bae108de215ca77692d /support/Makefile.am
parent9b148f39263ff982a2d350ba35422c6b86f59d68 (diff)
downloadshared-mime-info-3121ab3006ad3147a2b31d7e2eddec40b4eb8d77.tar.gz
Added explicit dependency `error.c: gnomesupport.h'.
1998-08-18 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Added explicit dependency `error.c: gnomesupport.h'. * gnomesupport-fake.h: Include `sys/types.h' to get `size_t' under FreeBSD. svn path=/trunk/; revision=335
Diffstat (limited to 'support/Makefile.am')
-rw-r--r--support/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index d12dd449..6e0ae3a3 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -24,6 +24,8 @@ libgnomesupport_la_LDFLAGS = -version-info 0:0:0
BUILT_SOURCES = gnomesupport.h
+error.c: gnomesupport.h
+
gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h
$(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t
mv gsh-t gnomesupport.h