summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-01-20 11:06:10 +0100
committerJean Delvare <jdelvare@suse.de>2014-01-20 11:06:10 +0100
commit2709005d413030f5a0b888ba20b40ae134959e87 (patch)
tree979233e8c1cfd34104e43809c52db468dc9f11bc /Makefile.in
parentef7092293eb3398c561536e02722de70061387f8 (diff)
downloadquilt-2709005d413030f5a0b888ba20b40ae134959e87.tar.gz
Tree-wide white-space cleanups
* Delete blank lines at end of files. * Delete white space at end of lines. * Delete spaces before tab. * Replace 8 spaces by a tab where it makes sense.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8040653..5438e6e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,8 +144,8 @@ endif
%.po : po/quilt.pot
$(MSGMERGE) -o $@ $@ $^
-scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) \
- $(SCRIPTS:%=quilt/scripts/%) \
+scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) \
+ $(SCRIPTS:%=quilt/scripts/%) \
$(if $(PATCH_WRAPPER),bin/patch-wrapper)
dist : clean $(PACKAGE)-$(VERSION).tar.gz
@@ -162,7 +162,7 @@ rpm rpmbuild : $(PACKAGE)-$(VERSION).tar.gz
po/quilt.pot: $(filter-out debian/control.in doc/quilt.1.in \
doc/README.in, $(wildcard */*.in) \
- $(wildcard */*/*.in))
+ $(wildcard */*/*.in))
rm -f po/quilt.pot; touch po/quilt.pot
for file in $+ ; do \
if test -n "`$(SED) -ne '1{ /@BASH''@/p }' $$file`" \