diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-11 17:29:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-11 17:29:40 +0000 |
commit | 7fb297dfaf331159cb74c2db45f3dc8279e15651 (patch) | |
tree | 89b21883c69b702376fcd0c170f266c6bec4379e /examples/Connection/non_blocking | |
parent | e9bdee1f41acecc39014d85d9b66fd7dfeb1c97e (diff) | |
download | ATCD-7fb297dfaf331159cb74c2db45f3dc8279e15651.tar.gz |
removed -L./ from LDFLAGS because it's redundant: wrapper_macros.GNU adds it
Diffstat (limited to 'examples/Connection/non_blocking')
-rw-r--r-- | examples/Connection/non_blocking/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Connection/non_blocking/Makefile b/examples/Connection/non_blocking/Makefile index ed89cb4d70b..6b68ca15bff 100644 --- a/examples/Connection/non_blocking/Makefile +++ b/examples/Connection/non_blocking/Makefile @@ -48,8 +48,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU # Local targets #---------------------------------------------------------------------------- -LDFLAGS += -L./ - #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |