diff --git a/src/Makefile.in b/src/Makefile.in
index ab208cd228db121da5a33db01f27bf4c79bce6fe..9b03edf9de1ea85eb3876c46f35306cced91ef5d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.178 2000/02/22 16:46:25 hubbe Exp $
+# $Id: Makefile.in,v 1.179 2000/02/26 03:08:49 hubbe Exp $
 #
 
 # This line is needed on some machines.
@@ -482,6 +482,7 @@ stamp-tpike-predep: $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike peep.c $(SRCDIR)
 depend: $(SRCDIR)/language.c
 	gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
 	( cd modules && $(MAKE) $(MAKE_FLAGS) depend )
+	( cd post_modules && $(MAKE) $(MAKE_FLAGS) depend )
 	$(SRCDIR)/configure @ac_configure_args@
 
 # Documentation...