From: sopwith Date: Fri, 13 Dec 2002 17:45:39 +0000 (+0000) Subject: 0.51.1 X-Git-Tag: r0-51-1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974c64486efa254c2f97f6957c6207e9253825e8;p=thirdparty%2Fnewt.git 0.51.1 --- diff --git a/Makefile.in b/Makefile.in index a9e0f09..6363fc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,8 @@ whiptail: $(NDIALOGOBJS) $(LIBNEWTSH) whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH) gcc -shared $(SHCFLAGS) -o whiptcl.so $(WHIPTCLOBJS) -L . $(LIBNEWTSH) -ltcl -lslang -lpopt -lm -$(LIBNEWT): $(LIBNEWT)($(LIBOBJS)) +$(LIBNEWT): $(LIBOBJS) + ar rv $@ $^ newt.o: newt.c Makefile $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c -o $@ $<