From 99437124c12347bb37863548046fb2eb3da3ad5a Mon Sep 17 00:00:00 2001 From: Steven Solie Date: Tue, 27 Dec 2005 15:47:31 +0000 Subject: [PATCH] now creates required dirs --- expat/amiga/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/expat/amiga/Makefile b/expat/amiga/Makefile index 97b57237..f0e7ec5f 100644 --- a/expat/amiga/Makefile +++ b/expat/amiga/Makefile @@ -41,10 +41,11 @@ help: @echo " clib2 1.198" @echo "" @echo "Targets:" - @echo " all - make expat libraries, xmlwf, examples and run test suite" + @echo " all - make expat libraries, xmlwf, examples and run test suite" @echo " install - install expat libraries and tools into SDK" all: + -makedir lib libs $(MAKE) staticlib $(MAKE) sharedlib