ports/sysutils/dtc/files/patch-tests_Makefile.tests
Kyle Evans 55316dba6f sysutils/dtc: Unbreak make patch
The added patches from the 1.4.6 update broke `make patch` as their contents
got duplicated somewhere in the pipeline. Remove the duplicated contents.

Reported by:	antoine
Approved by:	imp
2018-01-23 19:45:52 +00:00

11 lines
408 B
Text

--- tests/Makefile.tests.orig 2018-01-03 06:04:32 UTC
+++ tests/Makefile.tests
@@ -56,7 +56,7 @@ $(LIB_TESTS): %: $(TESTS_PREFIX)testutils.o util.o $(L
$(DL_LIB_TESTS): %: %.o $(TESTS_PREFIX)testutils.o util.o $(LIBFDT_archive)
@$(VECHO) LD [libdl] $@
- $(LINK.c) -o $@ $^ -ldl
+ $(LINK.c) -o $@ $^
$(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o \
util.o $(LIBFDT_archive)