Skip to content

Commit

Permalink
Remove java_bytecode deps from Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschrammel committed Apr 26, 2018
1 parent ce9f1fc commit a61d03f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/clobber/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ target_link_libraries(clobber-lib
)

add_if_library(clobber-lib bv_refinement)
add_if_library(clobber-lib java_bytecode)
add_if_library(clobber-lib specc)
add_if_library(clobber-lib php)

Expand Down
2 changes: 1 addition & 1 deletion src/clobber/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SRC = clobber_main.cpp \
clobber_parse_options.cpp \
# Empty last line

OBJ += ../ansi-c/ansi-c$(LIBEXT) \
../cpp/cpp$(LIBEXT) \
../java_bytecode/java_bytecode$(LIBEXT) \
../linking/linking$(LIBEXT) \
../big-int/big-int$(LIBEXT) \
../goto-programs/goto-programs$(LIBEXT) \
Expand Down
1 change: 0 additions & 1 deletion src/goto-cc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ target_link_libraries(goto-cc-lib
langapi
)

add_if_library(goto-cc-lib java_bytecode)
add_if_library(goto-cc-lib jsil)

# Executable
Expand Down

0 comments on commit a61d03f

Please sign in to comment.