summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 22:03:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 22:03:35 +0000
commit213fbc01200751722704bfe74b1eb3f769dabbf2 (patch)
tree14e05cb2fe585f932a7a63afa912581f7946fd49 /include
parente31c875b0f27c8bcbddda67427fda46f9dec603b (diff)
downloadATCD-213fbc01200751722704bfe74b1eb3f769dabbf2.tar.gz
ChangeLogTag: Mon Jul 26 17:02:08 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU8
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