summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-04-02 10:20:35 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-04-02 10:20:35 +0000
commitc3532d41c0597f2332e2bc6549b8ddd57e62e185 (patch)
tree91d48e6a29daf73bb0034006edad4ee877166a99 /imap
parentba791958325097a4d047ed9e6c8b57068c0060b7 (diff)
Fix dependencies. From Lars Hecking.
Diffstat (limited to 'imap')
-rw-r--r--imap/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index 63564cdf..ea16bfb8 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -24,5 +24,7 @@ noinst_HEADERS = auth.h imap_private.h message.h
libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
-../types.h:
- cd .. && make types.h
+../types.h: ../checktypes
+ @( cd .. && $(MAKE) types.h )
+
+util.o: ../types.h