From 96d83d041a9ad6ee80b0362de0801faf8f1f8fa3 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 7 Oct 2004 13:49:05 +0000 Subject: Issue number: 35022 Submitted by: mmeeks Reviewed by: vq Fix .net 2003 build with stdio.h include. --- libwpd/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libwpd') diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index a1ec0da10c8f..2f41550e2be3 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mmeeks $ $Date: 2004-08-24 10:44:15 $ +# last change: $Author: mmeeks $ $Date: 2004-10-07 14:49:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,7 @@ TARGET=wpd # --- Files -------------------------------------------------------- TARFILE_NAME=libwpd-snap-20040823 -PATCH_FILE_NAME= +PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake BUILD_DIR=src/lib -- cgit