diff options
author | Brad King <brad.king@kitware.com> | 2003-06-23 12:58:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-06-23 12:58:19 (GMT) |
commit | c5890b8c2e5593752eaceeb19923917618d59e1f (patch) | |
tree | 1d20111fcb776ba6f9743b836eea1322e7515a8c /Makefile.in | |
parent | 26d638c5d5461600ff9d17b282bcc53bbc562033 (diff) | |
download | CMake-c5890b8c2e5593752eaceeb19923917618d59e1f.zip CMake-c5890b8c2e5593752eaceeb19923917618d59e1f.tar.gz CMake-c5890b8c2e5593752eaceeb19923917618d59e1f.tar.bz2 |
ENH: Configure script now just invokes bootstrap script.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in deleted file mode 100644 index 89a250c..0000000 --- a/Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@ - -all: - cd Source; ${MAKE} - - |