[05/14] batmand: Provide shebang to inform about interpreter

Message ID 1305983442-1607-5-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 16fb08cd48ca74f77cba9bb52a09d63d8bb97a06
Headers

Commit Message

Sven Eckelmann May 21, 2011, 1:10 p.m. UTC
  Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
This patch depends on other patches submitted earlier:
 - batmand: Fix FTBFS on second build attempt
 - batmand: Remove obsolete creation of source packages
 - batmand: Remove subversion/svk revision information
 - batmand: Use nproc to get number of available processors

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 Makefile
  

Patch

diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
index 3ac2885..2514c2d
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@ 
+#!/usr/bin/make -f
+# -*- makefile -*-
 #
 # Copyright (C) 2006-2009 B.A.T.M.A.N. contributors
 #