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 | cd4c8bcdb73c5e3db92bd4333e40cfb20b34d6a0 (patch) | |
tree | c29bf628e0353a7691f640dfcf9eba3a4f881127 /dmake/Makefile.am | |
parent | 2076d0966af5ecfe6e8a1c2cc1eb25b0b607b45a (diff) |
dmake: Allow the whole configure process to work, not needs update to bootstrap to activate
Diffstat (limited to 'dmake/Makefile.am')
-rwxr-xr-x | dmake/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dmake/Makefile.am b/dmake/Makefile.am index b640a2798729..c7f52c4dd70e 100755 --- a/dmake/Makefile.am +++ b/dmake/Makefile.am @@ -2,9 +2,9 @@ # # $RCSfile: Makefile.am,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: mh $ $Date: 2002-07-11 08:53:29 $ +# 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 @@ -76,10 +76,8 @@ SUBDIRS = unix startup EXTRA_DIST = make.c -bin_PROGRAMS = dmake - # set the include path found by configure INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/@OS_VERSION@ -I$(top_srcdir)/unix -I$(top_srcdir)/unix/@OS_VERSION@/gnu -CFLAGS += -O +CFLAGS = -O |