From 8759bd1619d65ffc0b2d34f87f469f92dbb8a75d Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 9 Jul 1999 15:54:04 +0000 Subject: [PATCH] install-sh whenever you install --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fd9eedb..9c907df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ $(SHAREDDIR)/newt.o: newt.c Makefile $(CC) $(SHCFLAGS) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c -o $@ $< -install: $(LIBNEWT) whiptail +install: $(LIBNEWT) install-sh 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) -- 2.47.3