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))