The following commit has been merged in the master branch: commit ba4ca3466fc1ddfc34221c51a2b157e1b9fcdac3 Author: Sven Eckelmann sven@narfation.org Date: Sat May 21 15:45:12 2011 +0200
vis: Build binary before installing it
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/Makefile b/Makefile index 2817292..75d59cc 100755 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(BINARY_NAME): $(OBJ) Makefile clean: rm -f $(BINARY_NAME) $(OBJ) $(DEP)
-install: +install: $(BINARY_NAME) mkdir -p $(SBINDIR) install -m 0755 $(BINARY_NAME) $(SBINDIR)