diff options
author | Martin Hollmichel <mh@openoffice.org> | 2002-07-11 07:53:35 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2002-07-11 07:53:35 +0000 |
commit | ab110178330aa939e51c30b5081f3bf4b43a9ada (patch) | |
tree | 6b58e30b11ffb2d7980e41481edad2a7e4d40036 /dmake/Makefile.am | |
parent | ccff6eaf54aa7d576854bf02e63e2cc316d63492 (diff) |
join: from OOO_STABLE_1
Diffstat (limited to 'dmake/Makefile.am')
-rwxr-xr-x | dmake/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/Makefile.am b/dmake/Makefile.am index 762717a40df6..b640a2798729 100755 --- a/dmake/Makefile.am +++ b/dmake/Makefile.am @@ -2,9 +2,9 @@ # # $RCSfile: Makefile.am,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2002-04-09 17:10:48 $ +# last change: $Author: mh $ $Date: 2002-07-11 08:53:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,4 +81,5 @@ 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 |