aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@canonical.com>2012-02-22 11:28:33 +0000
committerAdam Stokes <adam.stokes@canonical.com>2012-02-22 11:28:33 +0000
commit6a90805ba5f7c3735c8822cc952eeb28dc712246 (patch)
tree8baabe315db6f9be2a88dbf7232ceea587ab263d /Makefile
parent8e5aa785017518aef82b7e6f5caa8cf70ee7c207 (diff)
downloadsos-6a90805ba5f7c3735c8822cc952eeb28dc712246.tar.gz
Makefile: replace soft tabs with true tab
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b586ae47..88a6532d 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install: updateversion
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
updateversion:
- sed 's/@SOSVERSION@/$(VERSION)/g' sos/__init__.py.in > sos/__init__.py
+ sed 's/@SOSVERSION@/$(VERSION)/g' sos/__init__.py.in > sos/__init__.py
$(NAME)-$(VERSION).tar.gz: clean gpgkey
@mkdir -p $(ARCHIVE_DIR)