From 5faefa66a401e4888e182e657c63b89cde55f12c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 24 Aug 2011 09:25:21 +0000 Subject: [PATCH] Dummy target 'check' --- org.glite.lb.nagios/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.nagios/Makefile b/org.glite.lb.nagios/Makefile index ac373ac..efddae5 100644 --- a/org.glite.lb.nagios/Makefile +++ b/org.glite.lb.nagios/Makefile @@ -16,6 +16,9 @@ install: stage: $(MAKE) install PREFIX=${stagedir} +check: + @echo "No test" + clean: -.PHONY: all install stage clean +.PHONY: all install stage clean check -- 1.8.2.3