fix problem with 3.14.8 vxWorks

This commit is contained in:
2019-04-24 09:27:08 +02:00
parent c9b3c7ec66
commit 2c8042b832
+1 -2
View File
@@ -988,12 +988,11 @@ MUNCH_6=tclsh $(VX_DIR)/host/resource/hutils/tcl/munch.tcl
MUNCH_=$(MUNCH_5)
# VXWORKS_MAJOR_VERSION exsists since EPICS 3.14.12 or so.
MUNCH=$(MUNCH_$(VXWORKS_MAJOR_VERSION))
%.munch: CMPLR=TRAD
%.munch: %
@echo Munching $<
$(RM) ctct.o ctdt.c
$(NM) $< | $(MUNCH) > ctdt.c
$(COMPILE.c) ctdt.c
$(COMPILE.c) -traditional ctdt.c
$(LINK.c) $@ $< ctdt.o
%_ctdt.c : %.nm