summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-23 11:16:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-23 11:16:12 +0000
commit79351b4d0524781bc00224fcf082772467a36f01 (patch)
treef6f7eae5d1fd9f72db6135701f51f3dbb16baae1
parent77e93b1841cb1c9c5cabc2142972ac447ac6662d (diff)
downloadATCD-79351b4d0524781bc00224fcf082772467a36f01.tar.gz
ChangeLogTag: Sat Jul 22 11:16:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rwxr-xr-xbin/make_release4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_release b/bin/make_release
index 7a26f449deb..ab2d1bd4efb 100755
--- a/bin/make_release
+++ b/bin/make_release
@@ -814,9 +814,9 @@ sub generate_makefiles () {
find ./ -name 'GNUmake*' | /usr/bin/xargs chmod 0644");
&ex ("cd ACE_wrappers; \
- bin/mwc.pl -type vc8 $mpc_option $exclude_option $vc8_option; \
+ bin/mwc.pl -type vc8 $mpc_option $vc8_option; \
bin/mwc.pl -type vc8 $mpc_option $exclude_option $ce_option; \
- bin/mwc.pl -type vc71 $mpc_option $exclude_option; \
+ bin/mwc.pl -type vc71 $mpc_option; \
bin/mwc.pl -type borland $mpc_option $exclude_option; \
bin/mwc.pl -type vc71 $static_option; \
find ./ -name '*.bor' | /usr/bin/xargs chmod 0644;\