diff options
author | Jason Evans <je@fb.com> | 2012-04-23 19:49:23 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-04-23 19:49:23 (GMT) |
commit | 079687bb87e2ac13274c2c4ff1134d42a78e9c7a (patch) | |
tree | 512000a86a3bd9e44045dfec2e6be96ff38cee02 /Makefile.in | |
parent | a4936ce4d635ef129be201f53cdc0786315ac3b6 (diff) | |
download | jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.zip jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.gz jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.bz2 |
Clean up documentation and formatting.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b9917da..e39b8ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -227,8 +227,8 @@ check: tests for t in $(CTESTS:$(srcroot)%.c=$(objroot)%); do \ total=`expr $$total + 1`; \ /bin/echo -n "$${t} ... "; \ - $(TEST_LIBRARY_PATH) $${t}$(EXE) $(abs_srcroot) $(abs_objroot) \ - > $(objroot)$${t}.out 2>&1; \ + $(TEST_LIBRARY_PATH) $${t}$(EXE) $(abs_srcroot) \ + $(abs_objroot) > $(objroot)$${t}.out 2>&1; \ if test -e "$(srcroot)$${t}.exp"; then \ diff -w -u $(srcroot)$${t}.exp \ $(objroot)$${t}.out >/dev/null 2>&1; \ |