aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db5ad88e..6134edab 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ TEST_LOCALE?=C.UTF-8
all: syntax-check test
all+net:
- $(MAKE) GBP_NETWORK_TESTS=1 all
+ GBP_NETWORK_TESTS=1 $(MAKE) all
test:
export HOME=/nonexisting; \