USE_UPNP= make -f ../build/makefile.unix solidcoin
Just to clarify: That is USE_UPNP= and then a space. You are specifically setting a temporary shell variable 'USE_UPNP' to blank, then running the make command with that setting. Realized right after I posted that that you might try to correct the "typo" if you're not actually used to building software and have never seen shell variables used to control a build script before.
