From: msw Date: Mon, 2 Aug 1999 15:37:34 +0000 (+0000) Subject: fixed makefile X-Git-Tag: r0-50~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d431c438df2fa0e0f1bb74115543caffe0721f9;p=thirdparty%2Fnewt.git fixed makefile --- diff --git a/Makefile.in b/Makefile.in index 058e7e6..ba0ace5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,6 +108,7 @@ install: $(LIBNEWT) install-sh whiptail install -s -m 755 whiptail $(instroot)/$(bindir) install-sh: sharedlib whiptcl.so _snackmodule.so + [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir) install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir) ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/libnewt.so install -m 755 whiptcl.so $(instroot)/$(libdir)