Create missing directories on install.

This commit is contained in:
Robert Spanton 2010-05-11 12:50:30 +01:00 committed by Daniel Beer
parent 8abc4bbf8f
commit e547106e0a
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ clean:
/bin/rm -f mspdebug
install: mspdebug mspdebug.man
$(INSTALL) -m 0755 -s mspdebug $(PREFIX)/bin/mspdebug
$(INSTALL) -m 0644 mspdebug.man $(PREFIX)/share/man/man1/mspdebug.1
$(INSTALL) -D -m 0755 -s mspdebug $(PREFIX)/bin/mspdebug
$(INSTALL) -D -m 0644 mspdebug.man $(PREFIX)/share/man/man1/mspdebug.1
.SUFFIXES: .c .o