summaryrefslogtreecommitdiff
path: root/libwpd/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libwpd/makefile.mk')
-rw-r--r--libwpd/makefile.mk8
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 ------------------------------------------------------