diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2005-03-03 10:45:00 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2005-03-03 10:45:00 +0000 |
commit | 6dd6aeef2390f830c291a23ec34c3226d3555095 (patch) | |
tree | 466812c3ab5e7555be8c4096262ba366827b60d2 /libwpd | |
parent | 012c102a3d578a1fd0ad16644afd2622ae79061d (diff) |
#i10000# fix const/no const confusion
Diffstat (limited to 'libwpd')
-rw-r--r-- | libwpd/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index 9bcebda44edf..15076ed17b45 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2005-03-01 17:00:56 $ +# last change: $Author: hjs $ $Date: 2005-03-03 11:45:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,8 +77,8 @@ TARGET=wpd .ENDIF TARFILE_NAME=libwpd-0.8.0 -#PATCH_FILE_NAME=$(TARFILE_NAME).diff -BUILD_ACTION=dmake +PATCH_FILE_NAME=$(TARFILE_NAME).diff +BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib # --- Targets ------------------------------------------------------ |