diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-01 13:34:58 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-01 13:34:58 +0000 |
commit | be1dee89f5f08ea7dcf25c899a36a1cf62dd640c (patch) | |
tree | adec8c599cd52c25d91142b037289617552cbed1 | |
parent | 283fe90e381db026a44c9ee7d46232e7c1bdfacb (diff) | |
download | ATCD-be1dee89f5f08ea7dcf25c899a36a1cf62dd640c.tar.gz |
ChangeLogTag: Tue Aug 1 08:28:40 2000 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | TAO/rules.tao.GNU | 4 |
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) $< |