From 522da0b0add975005458f0fec4abe2e175f36700 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 5 Aug 2014 18:05:31 +0000 Subject: [PATCH] Remove unnecessary .PATH directive All of the sources for the tests are contained in the current working directory and the subdirectories Phabric: D537 Reviewed by: jmmv Approved by: jmmv (mentor) Sponsored by: EMC / Isilon Storage Division --- libexec/rtld-elf/tests/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libexec/rtld-elf/tests/Makefile b/libexec/rtld-elf/tests/Makefile index cc4fac8fc5c..f384218b1a5 100644 --- a/libexec/rtld-elf/tests/Makefile +++ b/libexec/rtld-elf/tests/Makefile @@ -5,8 +5,6 @@ TESTSDIR= ${TESTSBASE}/libexec/rtld-elf SUBDIR+= libpythagoras target -.PATH: ${.CURDIR:H:H:H:H}/tests - ATF_TESTS_C= ld_library_pathfds .include