use parent mkinstalldirs.

This commit is contained in:
steve 1999-07-28 03:17:03 +00:00
parent 7886328684
commit 1f3a934f10
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.3 1999/07/03 23:58:56 steve Exp $"
#ident "$Id: Makefile.in,v 1.4 1999/07/28 03:17:03 steve Exp $"
#
#
SHELL = /bin/sh
@ -62,8 +62,8 @@ install: all installdirs $(bindir)/ivlpp
$(bindir)/ivlpp: ivlpp
$(INSTALL_PROGRAM) ./ivlpp $(bindir)/ivlpp
installdirs: mkinstalldirs
$(srcdir)/mkinstalldirs $(includedir) $(bindir)
installdirs: ../mkinstalldirs
$(srcdir)/../mkinstalldirs $(includedir) $(bindir)
uninstall:
rm -f $(bindir)/ivlpp