URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena/sandbox
ChangeLog:
2009-04-20 Vincent Ordy <ordy(a)lrde.epita.fr>
Fix configure.
* configure:
Add rules to Makefile.rules without erasing the old file.
---
configure | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: trunk/milena/sandbox/inim/2010/boxes/configure
===================================================================
--- trunk/milena/sandbox/inim/2010/boxes/configure (revision 3689)
+++ trunk/milena/sandbox/inim/2010/boxes/configure (revision 3690)
@@ -19,9 +19,9 @@
touch Makefile.rules
if [ "$debug" ]; then
- echo 'DEBUG = 1' > Makefile.rules
+ echo 'DEBUG = 1' >> Makefile.rules
fi
if [ "$release" ]; then
- echo 'RELEASE = 1' > Makefile.rules
+ echo 'RELEASE = 1' >> Makefile.rules
fi
-echo "MLN_DIR = $MLN_DIR" > Makefile.rules
+echo "MLN_DIR = $MLN_DIR" >> Makefile.rules