Skip to content

Commit c0f085f

Browse files
committed
the file_converter now wants a file name
1 parent 7666db7 commit c0f085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vhdl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ vhdl_lex.yy$(OBJEXT): vhdl_y.tab.cpp vhdl_lex.yy.cpp vhdl_y.tab.h
3232
# libraries
3333

3434
library_standard.inc: libraries/standard.vhdl
35-
$(CPROVER_DIR)/ansi-c/file_converter$(EXEEXT) < $< > $@
35+
$(CPROVER_DIR)/ansi-c/file_converter$(EXEEXT) $< > $@
3636

3737
vhdl_libraries.cpp: library_standard.inc
3838

0 commit comments

Comments
 (0)