[Expat-checkins] expat/amiga Makefile,1.2,1.3

Steven Solie ssolie at users.sourceforge.net
Tue Dec 27 16:47:35 CET 2005


Update of /cvsroot/expat/expat/amiga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12515

Modified Files:
	Makefile 
Log Message:
now creates required dirs

Index: Makefile
===================================================================
RCS file: /cvsroot/expat/expat/amiga/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	24 Dec 2005 06:38:10 -0000	1.2
+++ Makefile	27 Dec 2005 15:47:31 -0000	1.3
@@ -41,10 +41,11 @@
 	@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
 



More information about the Expat-checkins mailing list