From 6195412005a6204c69f4ad0c57d191c2d8a58482 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 12 Nov 2000 15:11:50 +0000 Subject: [PATCH] Added empty actions for all: and install: --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index dd2918c52..50d5e8eb8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,7 @@ +all: +install: + test: ./runtests.sh