From: phil@softsynth.com Date: Mon, 4 Aug 2008 17:36:41 +0000 (+0000) Subject: Removed -v from second mkdir. X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/923c43d0678d3a7202830f1fcab66349ff154bda Removed -v from second mkdir. --- diff --git a/build/unix/Makefile b/build/unix/Makefile index 3050c05..5285ad3 100644 --- a/build/unix/Makefile +++ b/build/unix/Makefile @@ -74,7 +74,7 @@ ${TEMPOBJECTDIR}/posix: mkdir -p ${TEMPOBJECTDIR}/posix ${OBJECTDIR}/posix: - mkdir -pv ${OBJECTDIR}/posix + mkdir -p ${OBJECTDIR}/posix # build pforth by compiling 'C' source $(PFDICAPP): $(PFINCLUDES) $(PFOBJS)