summaryrefslogtreecommitdiff
blob: 68d7e4c460b611c4e59d426e449d5e17ce3962f0 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Makefile.in
+++ b/Makefile.in
@@ -210,6 +210,6 @@
 	$(RM) Makefile source/Makefile include/sig.inc config.status config.cache config.log include/defs.h source/info.c.sh
 
 depend:
-	(cd source;make depend)
+	(cd source;$(MAKE) depend)
 
 # This is the end of the file.