diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 08:26:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 08:26:04 -0700 |
commit | 9fcc160f06441f187e4a2bf2e39164eb8039b190 (patch) | |
tree | 122eaac15bd4cc74417dca2c033712926fe26d94 | |
parent | 5d4159ba88001b52b814f13210421b8efd5cf9f2 (diff) | |
download | txr-9fcc160f06441f187e4a2bf2e39164eb8039b190.tar.gz txr-9fcc160f06441f187e4a2bf2e39164eb8039b190.tar.bz2 txr-9fcc160f06441f187e4a2bf2e39164eb8039b190.zip |
* Makefile: whitespace fixes.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |