summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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 df7a17128..a1b786e99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -117,7 +117,7 @@ gcov:
test: check
check: $(TARGET_LIB)
- (cd test && $(MAKE) all check)
+ cd test && $(MAKE) all check
etags:
etags `find . -name '*.[ch]'`