summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-04-23 19:49:23 (GMT)
committerJason Evans <je@fb.com>2012-04-23 19:49:23 (GMT)
commit079687bb87e2ac13274c2c4ff1134d42a78e9c7a (patch)
tree512000a86a3bd9e44045dfec2e6be96ff38cee02 /Makefile.in
parenta4936ce4d635ef129be201f53cdc0786315ac3b6 (diff)
downloadjemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.zip
jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.gz
jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.bz2
Clean up documentation and formatting.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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; \