summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-01-31 18:35:25 +0100
committerMichael Stahl <mst@openoffice.org>2011-01-31 18:35:25 +0100
commit36db2786816052d93f93ece76ba3989c5e4eece9 (patch)
tree75b9a97c4af9ac4c0e5369ba2bb2e0718ee506bb /set_soenv.in
parentd1500544fdd2716463eef4c9c7a7104c7a0dac87 (diff)
gnumake3: configure: set $GNUCOPY on all platforms
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index f75bfdca188d..d10cdfab8da3 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2043,8 +2043,8 @@ if ( $platform =~ m/cygwin/ ) {
if ($platform =~ m/solaris|darwin|freebsd/)
{
ToFile( "GNUPATCH", "@GNUPATCH@", "e");
- ToFile( "GNUCOPY", "@GNUCP@", "e");
}
+ToFile( "GNUCOPY", "@GNUCP@", "e");
# OS/2 define .pl as executable for 4os2
# use - as switch char for dmake (os2/switchar.c)
if ($platform =~ m/os2/)