From 72e9489e563f49c86b47f275180f40b492452e8b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 25 Feb 2013 13:33:23 -0800 Subject: [PATCH] Fixed makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 114bc1a..2353027 100644 --- 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 -- 2.7.4