[Lunar-commits] CVS: moonbase/kde3-apps/sim BUILD,1.1,1.2

Florin Braescu florin at lunar-linux.org
Wed Aug 18 17:07:08 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/sim
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10904

Modified Files:
	BUILD 
Log Message:
fix the build file.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/sim/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	11 Jul 2004 11:18:09 -0000	1.1
+++ BUILD	18 Aug 2004 17:07:06 -0000	1.2
@@ -1,12 +1,11 @@
 (
-  make -f admin/Makefile.common &&
 
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
-               --disable-debug                      \
-               --enable-fast-malloc=full            \
-               --with-xinerama                      \
-               $OPTS                                &&
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
+               --disable-debug                     \
+               --enable-fast-malloc=full           \
+               --with-xinerama                     \
+               $OPTS                              &&
 
   default_make
 



More information about the Lunar-commits mailing list