Pierre Joye a écrit : > Hi! > > Here is a little patch to make the Makefile happier especially "make > install" when one of the target directories already exists.
Hello Pierre, the '-' symbol in front of mkdir is used to ignore a failure to create the directory, so testing should not be necessary. Maybe adding a 2>/dev/null would be enough ? Nicolas -- Neko : One VM to run them all (http://nekovm.org)
