cleaned up install-dirs

This commit is contained in:
bdc 1995-11-02 00:49:08 +00:00
parent aa6ab5ae2c
commit e43cea328d
1 changed files with 8 additions and 8 deletions

View File

@ -235,15 +235,15 @@ install: install-dirs install-vm install-misc \
# $(INSTALL_PROGRAM) script $(bindir)/$(RUNNABLE)
install-dirs:
-mkdir $(prefix)
-mkdir $(execfix)
-mkdir $(bindir)
-mkdir $(libdir)
-mkdir $(incdir)
-mkdir $(mandir)
-mkdir $(mandir)/man$(manext)
if [ ! -d $(prefix) ] ; then mkdir $(prefix); fi
if [ ! -d $(execfix) ] ; then mkdir $(execfix); fi
if [ ! -d $(bindir) ] ; then mkdir $(bindir); fi
if [ ! -d $(libdir) ] ; then mkdir $(libdir); fi
if [ ! -d $(incdir) ] ; then mkdir $(incdir); fi
if [ ! -d $(mandir) ] ; then mkdir $(mandir); fi
if [ ! -d $(mandir)/man$(manext) ] ; then mkdir $(mandir)/man$(manext); fi
$(RM) -r $(LIB).old
mv $(LIB) $(LIB).old
if [ -d $(LIB) ] ; then mv $(LIB) $(LIB).old ; fi
mkdir $(LIB)
mkdir $(LIB)/cig
mkdir $(LIB)/rts