aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-01-15 20:35:06 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-01-15 20:35:06 +0000
commit595789e31ef63f3e502f7b6e601649e08a3efb38 (patch)
tree435398ca2fc71e4002aeab5872b3bf9491f871a7 /Makefile
parentWhitespace (diff)
downloadgentoo-vdr-scripts-595789e31ef63f3e502f7b6e601649e08a3efb38.tar.gz
gentoo-vdr-scripts-595789e31ef63f3e502f7b6e601649e08a3efb38.tar.bz2
gentoo-vdr-scripts-595789e31ef63f3e502f7b6e601649e08a3efb38.zip
More whitespace
svn path=/gentoo-vdr-scripts/trunk/; revision=686
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57ef912..b77a1ec 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ info:
@echo VERSION: $(VERSION)
@[ -d ../tags/$(VERSION) ] && echo "Already tagged in svn"
@echo
- @[ -d .svn ] && svn info
+ @[ -d .svn ] && svn info
dist:
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@@ -29,7 +29,7 @@ dist:
@tar cjf $(PACKAGE).tar.bz2 -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tar.bz2
-
+
install:
@for DIR in $(SUBDIRS); do \
$(MAKE) -C $$DIR install; \