summaryrefslogtreecommitdiff
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
commit43a6bbe11914eaaee30f531874c44ab4e751073c (patch)
treeadec8c599cd52c25d91142b037289617552cbed1
parent35926d466c6e34e4f0e1b2692e83ec395d3a572d (diff)
downloadATCD-43a6bbe11914eaaee30f531874c44ab4e751073c.tar.gz
ChangeLogTag: Tue Aug 1 08:28:40 2000 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/rules.tao.GNU4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 11864ba2e84..d7eda317337 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue Aug 1 08:28:40 2000 Chad Elliott <elliott_c@ociweb.com>
+
+ * rules.tao.GNU
+
+ Removed references to the true executable (This didn't seem to work
+ under NT) from rules.tao.GNU.
+
Tue Aug 01 03:11:25 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* tests/ORB_destroy: New test for funky poa and orb destruction.
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) $<