diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-08-18 11:47:13 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-08-18 11:47:13 +0000 |
commit | 3121ab3006ad3147a2b31d7e2eddec40b4eb8d77 (patch) | |
tree | 31daa172d514a48a7d539bae108de215ca77692d /support/Makefile.am | |
parent | 9b148f39263ff982a2d350ba35422c6b86f59d68 (diff) | |
download | shared-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.am | 2 |
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 |