From: Tom Tromey Date: Mon, 27 Nov 1995 20:50:09 +0000 (+0000) Subject: (ansi2knr, $(OBJECTS)): New targets X-Git-Tag: Release-0-25~114 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=dd1f0c8b5fdda81b07218deb4e78905f13b8acfa;p=automake.git (ansi2knr, $(OBJECTS)): New targets --- diff --git a/compile-kr.am b/compile-kr.am index 86ed410d..10ceee9e 100644 --- a/compile-kr.am +++ b/compile-kr.am @@ -12,3 +12,8 @@ @rm -f _$*.c @ln $*._c _$*.c && $(COMPILE) _$*.c && mv _$*.o $@ && rm _$*.c +ansi2knr: ansi2knr.o + $(LINK) ansi2knr.o $(LIBS) + +$(OBJECTS): ansi2knr +