From 923c43d0678d3a7202830f1fcab66349ff154bda Mon Sep 17 00:00:00 2001 From: "phil@softsynth.com" Date: Mon, 4 Aug 2008 17:36:41 +0000 Subject: [PATCH] Removed -v from second mkdir. --- build/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1