[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Tweak makefile a bit



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv16855

Modified Files:
	Makefile 
Log Message:
Tweak makefile a bit

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Makefile	26 May 2003 20:04:10 -0000	1.43
+++ Makefile	30 May 2003 02:11:11 -0000	1.44
@@ -46,11 +46,6 @@
 all: do_build
 
 do_build:
-	@if [ ! -e ./contrib/openssl/libcrypto.a ]; then \
-	   echo "I didn't find a prebuilt openssl in ./contrib/openssl." ;\
-	   echo "If this build fails, try "\
-	        "'make download-openssl; make build-openssl'"; \
-	fi
 	@$(FINDPYTHON); \
 	echo $$PYTHON setup.py build; \
 	$$PYTHON setup.py build
@@ -115,6 +110,7 @@
 	elif [ ! -w $$LIB ] ; then                                           \
 	  echo "You don't seem to have write access to $$LIB; bailing.";     \
 	else                                                                 \
+          rm -rf $$LIB;                                                      \
 	  $(MAKE) install;                                                   \
 	fi