[gcompris] minor, make sure config.h is recreated on Windows build if configure has changed.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] minor, make sure config.h is recreated on Windows build if configure has changed.
- Date: Sun, 17 Jun 2012 09:14:30 +0000 (UTC)
commit 560e97bafd91a757da742af68621d40a0ef7d385
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Jun 17 11:11:17 2012 +0200
minor, make sure config.h is recreated on Windows build if configure has changed.
Makefile.mingw.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index e81d4fc..7b76d08 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -112,7 +112,7 @@ all: Makefile.mingw config.h
Makefile.mingw: Makefile.mingw.in config.h
./config.status Makefile.mingw
-config.h: config.h.mingw.in
+config.h: config.h.mingw.in configure
./config.status config.h.mingw
cp config.h.mingw config.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]