]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
install-sh whenever you install
authorewt <ewt>
Fri, 9 Jul 1999 15:54:04 +0000 (15:54 +0000)
committerewt <ewt>
Fri, 9 Jul 1999 15:54:04 +0000 (15:54 +0000)
Makefile.in

index fd9eedbe6440a7240b44cfb559e321a7e01b8cdd..9c907dfb908a3a5812e3ece83e16982c83703380 100644 (file)
@@ -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)