From: ewt Date: Fri, 9 Jul 1999 15:54:04 +0000 (+0000) Subject: install-sh whenever you install X-Git-Tag: r0-50~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8759bd1619d65ffc0b2d34f87f469f92dbb8a75d;p=thirdparty%2Fnewt.git install-sh whenever you install --- 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)