diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-26 22:03:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-26 22:03:35 +0000 |
commit | 213fbc01200751722704bfe74b1eb3f769dabbf2 (patch) | |
tree | 14e05cb2fe585f932a7a63afa912581f7946fd49 /include/makeinclude/wrapper_macros.GNU | |
parent | e31c875b0f27c8bcbddda67427fda46f9dec603b (diff) | |
download | ATCD-213fbc01200751722704bfe74b1eb3f769dabbf2.tar.gz |
ChangeLogTag: Mon Jul 26 17:02:08 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 41af00636de..1addb6fa6be 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -383,11 +383,11 @@ ifdef shared_libs OBJEXT = so ifndef VXWORKS VDIR = .shobj/ + ifeq ($(BIN),) + #### No executables are being built, so don't create .obj/. + OBJDIRS = .shobj + endif # BIN endif # ! VXWORKS - ifeq ($(BIN),) - #### No executables are being built, so don't create .obj/. - OBJDIRS = .shobj - endif # BIN endif # ! SHLIB endif # ! static_libs |