Parallel build failed again. I have committed the attached patch to fix it.
Jie
* src/bsdl/Makefile.am (VHDL_BISON_OBJS): Correct object file name.
(BSDL_BISON_OBJS): Likewise.
* src/svf/Makefile.am (SVF_BISON_OBJS): Likewise.
Index: src/bsdl/Makefile.am
===================================================================
--- src/bsdl/Makefile.am (revision 1969)
+++ src/bsdl/Makefile.am (working copy)
@@ -50,8 +50,8 @@
# - *_flex files must be processed after their *_bison counterparts
# to ensure that *_bison.h is present
# - we use variables to workaround automake rule/dependency limitations
-VHDL_BISON_OBJS = libbsdl_flex_la-vhdl_flex.lo
-BSDL_BISON_OBJS = libbsdl_flex_la-bsdl_flex.lo bsdl_sem.lo
+VHDL_BISON_OBJS = vhdl_flex.lo
+BSDL_BISON_OBJS = bsdl_flex.lo bsdl_sem.lo
$(VHDL_BISON_OBJS): vhdl_bison.h
$(BSDL_BISON_OBJS): bsdl_bison.h
vhdl_bison.h: vhdl_bison.c ; @true
Index: src/svf/Makefile.am
===================================================================
--- src/svf/Makefile.am (revision 1969)
+++ src/svf/Makefile.am (working copy)
@@ -41,7 +41,7 @@
# - *_flex files must be processed after their *_bison counterparts
# to ensure that *_bison.h is present
# - we use variables to workaround automake rule/dependency limitations
-SVF_BISON_OBJS = libsvf_flex_la-svf_flex.lo svf.lo
+SVF_BISON_OBJS = svf_flex.lo svf.lo
$(SVF_BISON_OBJS): svf_bison.h
svf_bison.h: svf_bison.c ; @true
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide. Store less, Store more with what you own, Move data to
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development