From 2c8042b832ed1fef2fbb79539fd7943f4dd5786e Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 24 Apr 2019 09:27:08 +0200 Subject: [PATCH] fix problem with 3.14.8 vxWorks --- App/tools/driver.makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index b56c7a9..6355541 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -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