diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-15 13:37:47 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-15 13:37:47 +0000 |
commit | d65bf1b18579c2129abac344b66dd349e1b0a259 (patch) | |
tree | de491625054c44931fc016ae2b33fe47dc65e325 /bin | |
parent | 948c7e22dcac9390b16624ce3b00eab9664dc7a3 (diff) | |
download | ATCD-d65bf1b18579c2129abac344b66dd349e1b0a259.tar.gz |
ChangeLogTag: Wed Dec 15 13:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_release b/bin/make_release index 48042eeb859..3ed10393057 100755 --- a/bin/make_release +++ b/bin/make_release @@ -778,7 +778,7 @@ sub generate_makefiles () { # Need todo a common chmod on the file lists! my $here = Cwd::getcwd(); - my $exclude_option = '-exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc'; + my $exclude_option = '-exclude ASNMP/asnmp.mwc,TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc'; my $tmp_mpc_option = '-recurse -hierarchy -relative ACE_ROOT='; |