summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 15:50:51 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 15:50:51 +0000
commit6fa2ceb72724f1534c0830449e4d194533641367 (patch)
tree3df819401036b3aade4965c7de2b962e614cbff0 /Makefile
parentc47c2e452772cab3936827c1787d1089626a1e31 (diff)
downloadacf-openssh-6fa2ceb72724f1534c0830449e4d194533641367.tar.bz2
acf-openssh-6fa2ceb72724f1534c0830449e4d194533641367.tar.xz
Remove trailing whitespace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a491e0..5051857 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ APP_DIST=\
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST)
TAR=tar
@@ -25,7 +25,7 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
-
+
$(tarball): $(DISTFILES)
rm -rf $(P)