summaryrefslogtreecommitdiff
path: root/scripting/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:07:07 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:07:07 +0000
commit539dce29d3c45e446929b4aa64fc0124290a8240 (patch)
tree7884f18060d635927dec6c2b46a34693679ea83f /scripting/source
parentb52575f0d11860560222ed22d0586779c2626a4c (diff)
INTEGRATION: CWS ause069 (1.8.28); FILE MERGED
2006/11/28 15:05:30 hjs 1.8.28.1: #i70359# remove forced shell calls
Diffstat (limited to 'scripting/source')
-rw-r--r--scripting/source/pyprov/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripting/source/pyprov/makefile.mk b/scripting/source/pyprov/makefile.mk
index 2aff44ffd372..05d4c0ece0fa 100644
--- a/scripting/source/pyprov/makefile.mk
+++ b/scripting/source/pyprov/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2006-03-22 10:45:36 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:07:07 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,9 +40,7 @@ TARGET=pyprov
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# ------------------------------------------------------------------
@@ -54,6 +52,6 @@ ALL : ALLTAR \
$(DLLDEST)$/mailmerge.py
$(DLLDEST)$/%.py: %.py
- +cp $? $@
+ cp $? $@
.INCLUDE : target.mk