mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
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
11 lines
408 B
Text
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)
|