Skip to content

Commit 0713f0e

Browse files
author
Daniel Kroening
authored
Merge pull request #949 from tautschnig/generated-files
Fix coverage build
2 parents 7f3a053 + 167ffb8 commit 0713f0e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

COMPILING

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
3232
The GNU Make needs to be version 3.81 or higher.
3333
On Debian-like distributions, do
3434

35-
apt-get install g++-6 gcc flex bison make git libwww-perl patch
35+
apt-get install g++ gcc flex bison make git libwww-perl patch
3636

3737
On Red Hat/Fedora or derivates, do
3838

@@ -44,13 +44,7 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
4444

4545
git clone https://github.com/diffblue/cbmc cbmc-git
4646

47-
2) On Debian, do
48-
49-
cd cbmc-git/src
50-
make minisat2-download
51-
make CXX=g++-6
52-
53-
On Ubuntu, or other distributions with recent g++, do
47+
2) On Debian or Ubuntu, do
5448

5549
cd cbmc-git/src
5650
make minisat2-download

src/jsil/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jsil_y.tab.h: jsil_y.tab.cpp
3737
jsil_lex.yy.cpp: scanner.l
3838
$(LEX) -Pyyjsil -o$@ scanner.l
3939

40+
generated_files: jsil_lex.yy.cpp jsil_y.tab.cpp jsil_y.tab.h
41+
4042
# extra dependencies
4143
jsil_y.tab$(OBJEXT): jsil_y.tab.cpp jsil_y.tab.h
4244
jsil_lex.yy$(OBJEXT): jsil_y.tab.cpp jsil_lex.yy.cpp jsil_y.tab.h

0 commit comments

Comments
 (0)