]> sourceware.org Git - automake.git/commitdiff
(ansi2knr.o): Depend on CONFIG_HEADER
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 21:05:57 +0000 (21:05 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 21:05:57 +0000 (21:05 +0000)
compile-kr.am

index 10ceee9e820a5b73dacc34f995c10ff7c959266f..744c74e53dbc642f51a59acc5f80eb0650e0500a 100644 (file)
@@ -16,4 +16,5 @@ ansi2knr: ansi2knr.o
        $(LINK) ansi2knr.o $(LIBS)
 
 $(OBJECTS): ansi2knr
+ansi2knr.o: $(CONFIG_HEADER)
 
This page took 0.029678 seconds and 5 git commands to generate.