diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-19 20:28:47 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-19 20:28:47 +0000 |
commit | 33aeae9fb1e71b84cf7092d98ec9ad29c39c6f2e (patch) | |
tree | adaf761b1015329158f281c89b9d09c0d390269a /TAO/rules.tao.GNU | |
parent | 2f79304db4ac5e4bfc33d2a7815a4e0e99004c5e (diff) | |
download | ATCD-33aeae9fb1e71b84cf7092d98ec9ad29c39c6f2e.tar.gz |
oops, replaced the tab
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 145937b94d3..be2b11dae12 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -13,7 +13,7 @@ endif .SUFFIXES: S.h C.h S.i C.i S.cpp C.cpp %S.h %Ser.h %C.h %Cli.h %S.i %Ser.i %C.i %Cli.i %S.cpp %Ser.cpp %C.cpp %Cli.cpp: %.idl $(TAO_IDL) - $(TAO_IDL) $(TAO_IDLFLAGS) $< + $(TAO_IDL) $(TAO_IDLFLAGS) $< ifeq ($(findstring g++,$(CXX)),g++) CCFLAGS += -Wno-unused |