Updated makefile
authorJosh Karlin <jkarlin@bbn.com>
Thu, 22 Apr 2010 19:20:23 +0000 (19:20 +0000)
committerJosh Karlin <jkarlin@bbn.com>
Thu, 22 Apr 2010 19:20:23 +0000 (19:20 +0000)
Makefile

index 3bdf714..7932172 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,6 @@
 # overwritten by the specfile
 DESTDIR="/"
 
-ifndef PREFIX
-       PREFIX="/usr"
-endif
-
 ##########
 all: keyconvert python wsdl
 
@@ -38,14 +34,9 @@ xmlbuilder-install:
        cd xmlbuilder-0.9 && python setup.py install --root=$(DESTDIR) && cd -
  
 python-install:
-       python setup.py install --root=$(DESTDIR) --home=$(PREFIX) | grep copying >> python_install.log 
+       python setup.py install --root=$(DESTDIR)       
        chmod 444 $(DESTDIR)/etc/sfa/default_config.xml
 
-python-uninstall:
-       python setup.py uninstall
-       bash uninstall_python.sh
-       $(awk '{print $$4}' python_install.log)
-
 python-clean:
        python setup.py clean
        rm $(init)