From: sopwith Date: Fri, 26 Sep 1997 18:16:03 +0000 (+0000) Subject: Undid my stupid Makefile changes X-Git-Tag: r0-12~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3a64c63ac71dc4d11b524d6e83e89afc1182a49;p=thirdparty%2Fnewt.git Undid my stupid Makefile changes --- diff --git a/Makefile b/Makefile index 97282a6..6d60de6 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,10 @@ testgrid: testgrid.o $(LIBNEWT) gcc -g -o testgrid testgrid.o $(LIBNEWT) $(LIBS) whiptail: $(NDIALOGOBJS) $(LIBNEWTSH) - gcc -g -o whiptail $(NDIALOGOBJS) $(LIBNEWTSH) $(LIBS) -L. -lpopt + gcc -g -o whiptail $(NDIALOGOBJS) $(LIBNEWTSH) $(LIBS) -lpopt whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH) - gcc -shared -o whiptcl.so $(WHIPTCLOBJS) $(LIBNEWTSH) -ltcl -lslang -L. -lpopt -lm + gcc -shared -o whiptcl.so $(WHIPTCLOBJS) $(LIBNEWTSH) -ltcl -lslang -lpopt -lm $(LIBNEWT): $(LIBNEWT)($(LIBOBJS))