*** empty log message ***

This commit is contained in:
Geert-Jan Giezeman 2002-03-19 08:31:35 +00:00
parent 9cbfcdc62b
commit e200a398fe
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ header()
create_makefile_entry()
{
local CFILE MOC_FROM MOCFILE
# local CFILE MOC_FROM MOCFILE
CFILE=$1.C
MOCFILE=""
if [ -n "$QT" ]; then
@ -40,7 +40,7 @@ create_makefile_entry()
echo
fi
fi
if grep -q 'main *(' $CFILE ; then
if grep 'main *(' $CFILE > /dev/null; then
echo "$1\$(EXE_EXT): $1\$(OBJ_EXT)"
echo " \$(CGAL_CXX) \$(LIBPATH) \$(EXE_OPT)$1 $1\$(OBJ_EXT) \$(LDFLAGS)"
echo

View File

@ -1 +1 @@
1.24 (18 Mar 2002)
1.25 (19 Mar 2002)