]> andersk Git - moira.git/commitdiff
tweak the et build rules to make the "make depend" step unnecessary
authordanw <danw>
Tue, 6 Jul 1999 16:31:33 +0000 (16:31 +0000)
committerdanw <danw>
Tue, 6 Jul 1999 16:31:33 +0000 (16:31 +0000)
lib/Makefile.in

index 34a51f7cdedbbf9ca50c390b16d0ed5dbeffd1e9..86c5826e313e81a31d0393b38c1a12a849f89c1b 100644 (file)
@@ -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
 
This page took 0.045235 seconds and 5 git commands to generate.