aboutsummaryrefslogtreecommitdiffstats
path: root/build/external/patches/ipsec-mb_1.2/0001-archive-def-object-fix.patch
blob: 0a8bce114417113e88b10897c3a6605451b4e133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/Makefile b/lib/Makefile
index 22890878..6ce90697 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -694,7 +694,7 @@ else
 	cp -f $(LIB).def $(LIB)_lnk.def
 endif
 
-$(LIB_DIR)/$(LIBNAME): $(target_obj_files) $(LIB)_lnk.def
+$(LIB_DIR)/$(LIBNAME): $(target_obj_files)
 ifeq ($(SHARED),y)
 ifneq ($(MINGW),0)
 	$(CC) -shared $(LDFLAGS) -o $(LIBNAME) $^