Skip to content

Commit 3dc004f

Browse files
committed
Perhaps fix the default_options_guard.h
1 parent cc53e78 commit 3dc004f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ ifeq (@DROPBEAR_FUZZ@, 1)
7979
allobjs:=$(subst $(OBJ_DIR)/svr-main.o, ,$(allobjs))
8080
allobjs:=$(subst $(OBJ_DIR)/cli-main.o, ,$(allobjs))
8181

82-
dropbearobjs=$(allobjs) svr-main.o
83-
dbclientobjs=$(allobjs) cli-main.o
82+
dropbearobjs=$(allobjs) $(OBJ_DIR)/svr-main.o
83+
dbclientobjs=$(allobjs) $(OBJ_DIR)/cli-main.o
8484
dropbearkeyobjs=$(allobjs) $(KEYOBJS)
8585
dropbearconvertobjs=$(allobjs) $(CONVERTOBJS)
8686
# CXX only set when fuzzing

0 commit comments

Comments
 (0)