]> granicus.if.org Git - mutt/commitdiff
Fix dependencies. From Lars Hecking.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 2 Apr 2001 10:20:35 +0000 (10:20 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 2 Apr 2001 10:20:35 +0000 (10:20 +0000)
imap/Makefile.am

index 63564cdf65c7c68b7dc3846ac7b082ed01f9ebb2..ea16bfb898aa88f377be4888b407f298a8b7a702 100644 (file)
@@ -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