diff --git a/Makefile b/Makefile index 5af7f64..5d31c50 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ clean: /bin/rm -f mspdebug install: mspdebug mspdebug.man - $(INSTALL) -o root -m 0755 -s mspdebug $(PREFIX)/bin/mspdebug - $(INSTALL) -o root -m 0644 mspdebug.man $(PREFIX)/share/man/man1/mspdebug.1 + $(INSTALL) -m 0755 -s mspdebug $(PREFIX)/bin/mspdebug + $(INSTALL) -m 0644 mspdebug.man $(PREFIX)/share/man/man1/mspdebug.1 .SUFFIXES: .c .o