diff options
author | Ken Foskey <waratah@openoffice.org> | 2002-10-02 12:42:16 +0000 |
---|---|---|
committer | Ken Foskey <waratah@openoffice.org> | 2002-10-02 12:42:16 +0000 |
commit | 987e3a5b26fad9a509f85f4314020c34ca09b7d1 (patch) | |
tree | 188a356d10bec7e41fb6c1ab43e638fefd437182 /dmake/Makefile.in | |
parent | e9ebaba4c91bd0b17da4f66e6a0b98b612093208 (diff) |
dmake: Allow the whole configure process to work, not needs update to bootstrap to activate
Diffstat (limited to 'dmake/Makefile.in')
-rwxr-xr-x | dmake/Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dmake/Makefile.in b/dmake/Makefile.in index 5b4587567..c5baacf48 100755 --- a/dmake/Makefile.in +++ b/dmake/Makefile.in @@ -17,9 +17,9 @@ # # $RCSfile: Makefile.in,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: waratah $ $Date: 2002-10-01 15:08:20 $ +# last change: $Author: waratah $ $Date: 2002-10-02 13:42:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -119,13 +119,22 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +AMTAR = @AMTAR@ +AWK = @AWK@ CC = @CC@ CPP = @CPP@ +DEPDIR = @DEPDIR@ +EXEEXT = @EXEEXT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LN_S = @LN_S@ +OBJEXT = @OBJEXT@ OS_VERSION = @OS_VERSION@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.4 foreign |