From 271a4e48afc0f05e9ccb241a441bbaefa28d7171 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 3 Mar 2010 22:05:31 +0100 Subject: [PATCH] Remove superfluous dependencies from test/perf targets --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1700b6fc4..0e0788839 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,11 +54,11 @@ clean: rm -f $(files_to_clean) .PHONY: perf -perf: perf.sh +perf: $(srcdir)/perf.sh .PHONY: test -test: test.sh +test: CC='$(CC)' $(srcdir)/test.sh .PHONY: check -- 2.47.3