[ease] [general] Require all to be run for make run/db
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] [general] Require all to be run for make run/db
- Date: Mon, 11 Oct 2010 19:07:47 +0000 (UTC)
commit 96cc7afe466b2f06b89b61fd5e98dde0a42324c6
Author: Nate Stedman <natesm gmail com>
Date: Fri Oct 8 21:09:33 2010 -0400
[general] Require all to be run for make run/db
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 55f605e..5706ce7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,10 +16,10 @@ pkgconfig_DATA = \
pkgconfig/ease-core- EASE_CORE_VERSION@.pc \
pkgconfig/flutter- FLUTTER_VERSION@.pc
-run: ease/ease
+run: all
ease/ease
-db: ease/ease
+db: all
libtool --mode=execute gdb ease/ease
doc: ease-core/*.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]