[cc65] Makefile

From: <silverdr1wfmh.org.pl>
Date: 2010-03-10 23:27:48
Trying to install on a fresh machine:

$ sudo make -f make/gcc.mak install
Password:
mkdir -m 755 /usr/local/bin
mkdir: /usr/local: No such file or directory
make: *** [/usr/local/bin] Error 1

Since this is the first thing to be installed from source - there was no "/usr/local" directory

Shouldn't this be rather

mkdir -pm 755 /usr/local/bin

?

Regards,

-- 
SD!----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Mar 10 23:27:57 2010

This archive was generated by hypermail 2.1.8 : 2010-03-10 23:28:00 CET