Fixed makefile
authorAnas Nashif <anas.nashif@intel.com>
Mon, 25 Feb 2013 21:33:23 +0000 (13:33 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 25 Feb 2013 21:33:23 +0000 (13:33 -0800)
Makefile

index 114bc1a..2353027 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
 
-all:
-       install -m 755 swup.py ${DESTDIR}/usr/bin/swup
-       install -m 755 tools/updateinfo/updateinfo.py ${DESTDIR}/usr/bin/updateinfo
+install:
+       install -D -m 755 swup.py ${DESTDIR}/usr/bin/swup
+       install -D -m 755 tools/updateinfo/updateinfo.py ${DESTDIR}/usr/bin/updateinfo