fixed vxWorks build

This commit is contained in:
Jeff Hill
1999-10-28 00:22:51 +00:00
parent 1857ca2ab3
commit 6e4443db8c
+2 -2
View File
@@ -69,10 +69,10 @@ gddApps.h : $(EPICS_BASE_HOST_BIN)/genApps$(HOSTEXE)
# This rule, however, should be system-independent:
ifeq ($(HOST_ARCH),$(T_A))
aitGen$(HOSTEXE): aitGen$(OBJ) aitTypes$(OBJ)
../O.$(HOST_ARCH)/aitGen$(HOSTEXE): aitGen$(OBJ) aitTypes$(OBJ)
$(LINK.c) $^
genApps$(HOSTEXE): genApps$(OBJ) $(addsuffix $(OBJ), $(basename $(AITGENSRCS)))
../O.$(HOST_ARCH)/genApps$(HOSTEXE): genApps$(OBJ) $(addsuffix $(OBJ), $(basename $(AITGENSRCS)))
$(LINK.cc) $^
endif