summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-07-08 19:18:55 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-07-08 19:18:55 -0500
commita0cea31f31479ba6ef6ee9adff63f8f164779821 (patch)
tree1d64d36437908cf46c67ae90d96a52f4f7c979cb /TAO
parentd5819180d02d76ed3c14c421f02ad69c4d0bab9e (diff)
downloadATCD-a0cea31f31479ba6ef6ee9adff63f8f164779821.tar.gz
TAO/TAO_IDL/regen.pl: Remove Extra Make Call
Diffstat (limited to 'TAO')
-rwxr-xr-xTAO/TAO_IDL/regen.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/regen.pl b/TAO/TAO_IDL/regen.pl
index 1124cc0b23a..28e79188c71 100755
--- a/TAO/TAO_IDL/regen.pl
+++ b/TAO/TAO_IDL/regen.pl
@@ -18,6 +18,3 @@ my $bison_target = $debug ? 'debug_bison' : 'y.tab';
if (system "make -f GNUmakefile.TAO_IDL_GEN $features lex.yy $bison_target all") {
exit(1);
}
-if (system("make -f GNUmakefile.TAO_IDL_GEN $features lex.yy $bison_target all")) {
- exit(1);
-}