summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-03 12:42:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-03 12:42:09 +0000
commit76cfc531e7ae2e8e8ecf62501065af42a2ced31c (patch)
tree1682c3304beb16579232fb73aa267cd789288ffe /include
parent083f0c074b1fe47d6d83838dc6f5aa785fc97b30 (diff)
downloadATCD-76cfc531e7ae2e8e8ecf62501065af42a2ced31c.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks6.2.GNU6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_vxworks6.2.GNU b/include/makeinclude/platform_vxworks6.2.GNU
index 38e927cf89b..7dfe39f1570 100644
--- a/include/makeinclude/platform_vxworks6.2.GNU
+++ b/include/makeinclude/platform_vxworks6.2.GNU
@@ -153,10 +153,10 @@ include $(TARGET_DIR)/make/defs.$(WIND_HOST_TYPE)
include $(TGT_DIR)/h/make/defs.$(PRJ_TYPE)
include $(TARGET_DIR)/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)
else
-include $(TGT_DIR)/make/defs.default
-include $(TGT_DIR)/make/defs.$(WIND_HOST_TYPE)
+include $(TGT_DIR)/h/make/defs.default
+include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)
include $(TGT_DIR)/h/make/defs.$(PRJ_TYPE)
-include $(TGT_DIR)/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)
+include $(TGT_DIR)/h/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)
endif
## make sure we don't use that stupid, crippled vxrm.bat script.