From: msf Date: Wed, 8 Oct 1997 15:42:46 +0000 (+0000) Subject: Fixed spelling of whiptail (was whiltail). X-Git-Tag: r0-12~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28d091f6d92b6585e1dcac8d299386da60b8db9;p=thirdparty%2Fnewt.git Fixed spelling of whiptail (was whiltail). --- diff --git a/Makefile b/Makefile index 9fc9880..e12f5f3 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(SHAREDDIR)/newt.o: newt.c Makefile $(CC) $(SHCFLAGS) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c -o $@ $< -install: $(LIBNEWT) whiltail +install: $(LIBNEWT) whiptail [ -d $(instroot)/$(bindir) ] || install -m 755 -d $(instroot)/$(bindir) [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir) [ -d $(instroot)/$(includedir) ] || install -m 755 -d $(instroot)/$(includedir)