Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 3, 2012
1 parent 76ccb4d commit f3cc8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/anal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ CPARSE_OBJS=cparse/cparse.o cparse/lex.yy.o cparse/tree.o cparse/gen.o cparse/er
OBJ=${STATIC_OBJS} ${OBJLIBS} ${CPARSE_OBJS}

pre:
@cd $(TOP)/shlr && ${MAKE}
@cd cparse && ${MAKE} all
@cd $(TOP)/shlr && ${MAKE}

#@if [ ! -e libr_anal.${EXT_SO} ]; then rm -f ${STATIC_OBJS} ; fi

Expand Down

0 comments on commit f3cc8ab

Please sign in to comment.