* gtest.mk: fix for magical cd

This commit is contained in:
djcb 2012-07-20 11:56:07 +03:00
parent 5d40728a0a
commit 529aefbb22
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ test: all $(TEST_PROGS)
test -z "$(SUBDIRS)" || \
for subdir in $(SUBDIRS); do \
test "$$subdir" = "." || \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$? ; \
(cd ./$$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$? ; \
done
.PHONY: test gprof