Bug fix for include stmnt.

This commit is contained in:
Janet B. Anderson
1999-10-22 21:21:02 +00:00
parent 89310a0512
commit cb6e8bb8cb
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# $Id$
# vxWorks-486 is the new R3.14 name for pc486
include CONFIG.Vx.pc486
include $(EPICS_BASE)/config/CONFIG.Vx.pc486

View File

@@ -1,4 +1,4 @@
# $Id$
# vxWorks-68040 is the new R3.14 name for mv167
include CONFIG.Vx.mv167
include $(EPICS_BASE)/config/CONFIG.Vx.mv167

View File

@@ -1,4 +1,4 @@
# $Id$
# vxWorks-68040lc is the new R3.14 name for mv162lc
include CONFIG.Vx.mv162lc
include $(EPICS_BASE)/config/CONFIG.Vx.mv162lc

View File

@@ -1,4 +1,4 @@
# $Id$
# vxWorks-68060 is the new R3.14 name for mv177
include CONFIG.Vx.mv177
include $(EPICS_BASE)/config/CONFIG.Vx.mv177

View File

@@ -1,4 +1,4 @@
# $Id$
# vxWorks-ppc604 is the new R3.14 name for ppc604
include CONFIG.Vx.ppc604
include $(EPICS_BASE)/config/CONFIG.Vx.ppc604