From 9607512134bb97f7c09b08db3e2b98d439ef7ffb Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 13 Oct 1999 13:45:15 +0000 Subject: [PATCH] Relink subdirectory objects on Makefile.in/Make.rules.in change. --- Make.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.rules.in b/Make.rules.in index b1f0616f504..19b4b8b8acd 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -141,7 +141,7 @@ $(BUILD) checkbuild: # Rule for main module -$(MODULE).o: $(OBJS) +$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in $(LDCOMBINE) $(OBJS) -o $(MODULE).o # Rules for makefile