[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2513-g492ab3f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-09-28 14:50:48
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 492ab3f0991c343f7efb89532ff76d9d21549de1 (commit)
from c289c908435b7ce5ac65d145d3f2ab3297580d1f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 492ab3f0991c343f7efb89532ff76d9d21549de1
Author: Julien Boibessot <jul...@ar...>
Date: Wed Sep 28 16:49:51 2011 +0200
[BUILD] Fixes ARMADEUS_QT_DIR definition
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 05bc4d7..15c1e4e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,5 +60,5 @@ ARMADEUS_TOOLCHAIN_PATH:=$(BUILDROOT_OUTPUT_DIR)/host/usr/bin
ARMADEUS_BUILD_DIR:=$(BUILDROOT_BUILD_DIR)
ARMADEUS_SDL_DIR:=$(ARMADEUS_BUILD_DIR)/sdl-$(ARMADEUS_SDL_VERSION)
ARMADEUS_XENOMAI_DIR:=$(ARMADEUS_BUILD_DIR)/xenomai-$(ARMADEUS_XENOMAI_VERSION)
-ARMADEUS_QT_DIR:=$(ARMADEUS_BUILD_DIR)/qt-everywhere-opensource-src-$(ARMADEUS_QT_VERSION)
+ARMADEUS_QT_DIR:=$(ARMADEUS_BUILD_DIR)/qt-$(ARMADEUS_QT_VERSION)
hooks/post-receive
--
armadeus
|