]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Undid my stupid Makefile changes
authorsopwith <sopwith>
Fri, 26 Sep 1997 18:16:03 +0000 (18:16 +0000)
committersopwith <sopwith>
Fri, 26 Sep 1997 18:16:03 +0000 (18:16 +0000)
Makefile

index 97282a66f35c76cf427b30553703571e43276edd..6d60de6e1155b9d9f618168e03fd6c075a5b6619 100644 (file)
--- 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))