]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
Fixed spelling of whiptail (was whiltail).
authormsf <msf>
Wed, 8 Oct 1997 15:42:46 +0000 (15:42 +0000)
committermsf <msf>
Wed, 8 Oct 1997 15:42:46 +0000 (15:42 +0000)
Makefile

index 9fc9880dcd2dce5fc480218bd2718bf1e691d44d..e12f5f302dfe84560c5e4a99c0fd30525a398a64 100644 (file)
--- 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)