changeset 579:606938d43402

[project @ 1994-08-04 05:04:14 by jwe]
author jwe
date Thu, 04 Aug 1994 05:04:14 +0000
parents d169be9237fb
children b0204e676508
files src/Makefile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Aug 03 20:07:26 1994 +0000
+++ b/src/Makefile.in	Thu Aug 04 05:04:14 1994 +0000
@@ -124,7 +124,9 @@
 	@$(srcdir)/mkbuiltins $(DEF_FILES) > $@.tmp
 	@$(top_srcdir)/move-if-change $@.tmp $@
 
-$(DEF_FILES): mkdefs defun-int.h defun-dld.h defun.h
+$(DEF_FILES): mkdefs defun-int.h defun-dld.h defun.h defaults.h
+
+$(MAKEDEPS): defaults.h
 
 check: all
 .PHONY: check