summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-01 13:34:58 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-01 13:34:58 +0000
commitbe1dee89f5f08ea7dcf25c899a36a1cf62dd640c (patch)
treeadec8c599cd52c25d91142b037289617552cbed1 /TAO/rules.tao.GNU
parent283fe90e381db026a44c9ee7d46232e7c1bdfacb (diff)
downloadATCD-be1dee89f5f08ea7dcf25c899a36a1cf62dd640c.tar.gz
ChangeLogTag: Tue Aug 1 08:28:40 2000 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 6ede87d1f55..2fe81210569 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -164,13 +164,13 @@ IDL_EXT2=Cli.h $(IDL_EXT2_MINUS)
ifneq ($(use_flick),1)
$(foreach ext, $(IDL_EXT_MINUS), %$(ext)): %C.h
- @true $@
+ @
%C.h: %.idl $(TAO_IDL)
$(TAO_IDL) $(TAO_IDLFLAGS) $<
$(foreach ext, $(IDL_EXT2_MINUS), %$(ext)): %Cli.h
- @true $@
+ @
%Cli.h: %.idl $(TAO_IDL)
$(TAO_IDL) $(TAO_IDLFLAGS) $<