From 43ec94a665e13552402ff4f102e0f65f6792cf29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:24:28 -0600 Subject: More trailing whilespace removal --- apps/system/install/Makefile | 2 +- apps/system/install/README.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/system/install') diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile index 07d42887a..fb7c4de05 100644 --- a/apps/system/install/Makefile +++ b/apps/system/install/Makefile @@ -76,7 +76,7 @@ ROOTDEPPATH = --dep-path . # Common build -VPATH = +VPATH = all: .built .PHONY: context depend clean distclean diff --git a/apps/system/install/README.txt b/apps/system/install/README.txt index 66e9b0939..114e9c5a3 100644 --- a/apps/system/install/README.txt +++ b/apps/system/install/README.txt @@ -11,9 +11,9 @@ the program memory (flash) area into free area and creates a start-up script into selected directory (i.e. /usr/bin/progname). Usage: - install [--stack RequiredStackSpace] [--priority Priority] + install [--stack RequiredStackSpace] [--priority Priority] source-file destination-directory - + If stackspace is not given default stack space of 4096 Bytes is used. If priority is not given system default is used. -- cgit v1.2.3