[vala-tests] Makefile: add dummy install rule
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala-tests] Makefile: add dummy install rule
- Date: Fri, 19 Mar 2010 23:48:18 +0000 (UTC)
commit 4871417b25df289ddf18a7c4c7e8d1442d5959a1
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Sat Mar 20 00:51:13 2010 +0100
Makefile: add dummy install rule
This is because jhbuild can't cope without it...
See https://bugzilla.gnome.org/show_bug.cgi?id=612886
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
index 7ad7456..6a1b22d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,5 @@ check: testsuite
testsuite: src/testsuite.vala src/testcase.vala src/posix.vapi
$(VALAC) -o $@ $^
+install: check
+ true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]