From 9493bab87e21b36610c065804477530d51cd4af9 Mon Sep 17 00:00:00 2001 From: danw Date: Tue, 6 Jul 1999 16:31:33 +0000 Subject: [PATCH] tweak the et build rules to make the "make depend" step unnecessary --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 34a51f7c..86c5826e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -28,7 +28,7 @@ ET_C= mr_et.c krb_et.c ureg_err.c gdss_et.c .SUFFIXES: .et -.et.h: +.et.c: $(COMPILE_ET) $< all: depend libmoira.a @@ -36,7 +36,7 @@ all: depend libmoira.a clean: rm -f $(OBJS) $(ET_H) $(ET_C) libmoira.a -depend: $(ET_H) +depend: $(ET_C) install: all -- 2.45.2