summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-19 08:26:04 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-19 08:26:04 -0700
commit9fcc160f06441f187e4a2bf2e39164eb8039b190 (patch)
tree122eaac15bd4cc74417dca2c033712926fe26d94 /Makefile
parent5d4159ba88001b52b814f13210421b8efd5cf9f2 (diff)
downloadtxr-9fcc160f06441f187e4a2bf2e39164eb8039b190.tar.gz
txr-9fcc160f06441f187e4a2bf2e39164eb8039b190.tar.bz2
txr-9fcc160f06441f187e4a2bf2e39164eb8039b190.zip
* Makefile: whitespace fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7db7cbd0..7f8532db 100644
--- a/Makefile
+++ b/Makefile
@@ -58,8 +58,8 @@ ifneq ($(have_git),)
SRCS := $(addprefix $(top_srcdir)/,\
$(filter-out lex.yy.c y.tab.c y.tab.h,\
$(shell git --work-tree=$(top_srcdir) \
- --git-dir=$(top_srcdir)/.git \
- ls-files "*.c" "*.h" "*.l" "*.y")))
+ --git-dir=$(top_srcdir)/.git \
+ ls-files "*.c" "*.h" "*.l" "*.y")))
endif
# MPI objects
@@ -84,7 +84,7 @@ V = $(if $(VERBOSE),,@)
# prerequisites without the long laundry list of additional dependencies.
ABBREV = $(if $(VERBOSE),\
@:,\
- @printf "%s %s -> %s\n" $(1) "$(filter-out $(DEP_$@),$^)" $@)
+ @printf "%s %s -> %s\n" $(1) "$(filter-out $(DEP_$@),$^)" $@)
ABBREV3 = $(if $(VERBOSE),@:,@printf "%s %s -> %s\n" $(1) "$(3)" $(2))
define DEPGEN