]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
0.51.1 r0-51-1
authorsopwith <sopwith>
Fri, 13 Dec 2002 17:45:39 +0000 (17:45 +0000)
committersopwith <sopwith>
Fri, 13 Dec 2002 17:45:39 +0000 (17:45 +0000)
Makefile.in

index a9e0f099fffcf02e71f8f458fde859733af76fbc..6363fc76474e1d88998fe56ed5f5c6e6dcc7f612 100644 (file)
@@ -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 $@ $<