From d651de236da8a51c096995cf250b7455ec3caa0c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jun 2005 23:10:59 +0000 Subject: simplify TESTDIR setting and touchup --- test/stat/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/stat') diff --git a/test/stat/Makefile b/test/stat/Makefile index 0b6b3c665..5c8e5e12a 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -16,8 +16,7 @@ # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -TESTDIR=../ -include $(TESTDIR)/Rules.mak +include ../Rules.mak CFLAGS64=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -- cgit v1.2.3