From: Geoff O'C. <ge...@st...> - 2001-10-15 12:06:00
|
Hi, Here's a minor patch to the top-level makefile to allow it to build in a 'fresh' download. It just adds mkdirs to the lib and bin directories as they must exist. Cheers Geoff *** Makefile Mon Oct 15 20:26:32 2001 --- Makefile.new Mon Oct 15 20:26:51 2001 *************** *** 19,24 **** --- 19,26 ---- profile: all all: + @mkdir -p lib + @mkdir -p bin @echo "Building sources in" $(TYPE) "mode." @$(MAKE) --no-print-directory -C source all |