From: mtortonesi Date: Wed, 2 Nov 2005 16:16:31 +0000 (-0800) Subject: [svn] Fixed typo. X-Git-Tag: v1.13~704 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=3041bd6e15fef47c80c982408bcceef0abb6d6e4 [svn] Fixed typo. --- 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