diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:04:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:04:42 +0000 |
commit | 627d1fa6ced4d58eb59cf9148c08e1f81834aae2 (patch) | |
tree | cadd39571ad3bd7045f3ba39b4cc398f20ba451b /dmake | |
parent | 425e92ee4d3e7a743db22d4e4ef1c848b3bae9c0 (diff) |
INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED
2004/10/07 21:57:36 vq 1.4.2.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
Note: The _head file was renamed to COPYING, COPYING is not a new file,
but was empty befor.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/dmake.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dmake/dmake.c b/dmake/dmake.c index 8b1375ca54f5..f337be7541f8 100644 --- a/dmake/dmake.c +++ b/dmake/dmake.c @@ -1,6 +1,6 @@ /* $RCSfile: dmake.c,v $ --- $Revision: 1.4 $ --- last change: $Author: rt $ $Date: 2004-09-08 16:05:19 $ +-- $Revision: 1.5 $ +-- last change: $Author: rt $ $Date: 2004-10-22 08:04:42 $ -- -- SYNOPSIS -- The main program. @@ -77,10 +77,8 @@ * when this module is compiled. */ #define _DEFINE_GLOBALS_ 1 -#include "extern.h" +#include "extern.h" /* this includes config.h */ #include "sysintf.h" -#include "patchlvl.h" -#include "version.h" #ifndef MSDOS #define USAGE \ @@ -841,7 +839,7 @@ Version() char **p; printf("%s - %s, ", Pname, sccid); - printf("Version %s, PL %d\n\n", VERSION, PATCHLEVEL); + printf("Version %s\n\n", VERSION); puts("Default Configuration:"); for (p=Rule_tab; *p != NIL(char); p++) |