From 3041bd6e15fef47c80c982408bcceef0abb6d6e4 Mon Sep 17 00:00:00 2001 From: mtortonesi Date: Wed, 2 Nov 2005 08:16:31 -0800 Subject: [PATCH] [svn] Fixed typo. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6a177453..053e2555 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,8 +86,8 @@ SUBDIRS = src doc po tests util windows # default target all: src/config.h Makefile $(SUBDIRS) -unittest: src/config.h Makefile - cd tests && $(MAKE) $(TESTDEFS) $@ +unittest: src/config.h Makefile + cd tests && $(MAKE) $(MAKEDEFS) $@ check: all -- 2.39.2