summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-04-26 12:59:18 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-04-26 12:59:18 (GMT)
commit94d407d9edcff753ff39482c17495bff43ee8bc9 (patch)
treeecc43007d483a9969ee8d5fa9ffa61902bc7b032
parentde491d9e5c6b7caa044c2110bb04207c45273f6d (diff)
downloadCMake-94d407d9edcff753ff39482c17495bff43ee8bc9.zip
CMake-94d407d9edcff753ff39482c17495bff43ee8bc9.tar.gz
CMake-94d407d9edcff753ff39482c17495bff43ee8bc9.tar.bz2
fixed up again duh
-rw-r--r--Source/Makefile.borland6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland
index 3c6a33e..44d2c96 100644
--- a/Source/Makefile.borland
+++ b/Source/Makefile.borland
@@ -35,11 +35,13 @@ cmCacheManager.obj \
cmListFileCache.obj \
cmSourceGroup.obj
+all: cmake.exe ccommand.exe
+
cmake.exe: ${OBJS}
bcc32 -ecmake ${OBJS}
-ccommand.exe: ccommand.obj cmSystemTools.obj
- bcc32 -eccommand ccommand.obj cmSystemTools.obj
+ccommand.exe: ccommand.obj cmSystemTools.obj cmRegularExpression.obj
+ bcc32 -eccommand ccommand.obj cmRegularExpression.obj cmSystemTools.obj