diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-07-09 11:24:30 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-07-09 11:24:30 +0000 |
commit | f3969f16ab1390de526fe8bbb9baa2644dcc5fd8 (patch) | |
tree | 21d4fd757c014902b8d65b3dc4ebbfc10ba12bd3 /expat | |
parent | e658b299c2989f6bf79bfeca308fb2a786749eb8 (diff) |
it's needed, why not build it
Diffstat (limited to 'expat')
-rw-r--r-- | expat/makefile.mk | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/expat/makefile.mk b/expat/makefile.mk index e431f83d185d..1b4fbc9b0981 100644 --- a/expat/makefile.mk +++ b/expat/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hjs $ $Date: 2002-03-06 12:34:57 $ +# last change: $Author: hjs $ $Date: 2002-07-09 12:24:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,23 +82,9 @@ CONFIGURE_ACTION= BUILD_DIR= BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) - -.IF "$(GUI)"=="UNX" || "$(BUILD_SOSL)"!="true" - # --- Targets ------------------------------------------------------ .INCLUDE : set_ext.mk .INCLUDE : target.mk .INCLUDE : tg_ext.mk - -TG_DELIVER : $(PACKAGE_DIR)$/so_predeliver - $(DELIVER) -.ELIF "$(BUILD_SOSL)"!="" # "$(GUI)"=="UNX" || "$(BUILD_SOSL)"!="true" - -TG_DELIVER : - $(DELIVER) - -ALLTAR : TG_DELIVER -.ENDIF # "$(BUILD_SOSL)"!="" - |