summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-09 15:13:30 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-09 15:13:30 (EDT)
commit589089b77f967001ee4e67a5b885e4c46493109f (patch)
treebdab169f2f33e4151aa7b5d30e3e50a6d99ecb20 /Makefile.in
parent5178de2eb93aa8171295404c458fcb12549dd627 (diff)
Fix shell command language list.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bf993e4..3e7129e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,7 +89,7 @@ uninstall:
test: all
@printf 'Running tests...\n'
- @cd tests & $(MAKE) $(MACROS) test
+ @cd tests && $(MAKE) $(MACROS) test
$(distdir):
@mkdir -p '$(distdir)'