]> sjero.net Git - wget/commitdiff
[svn] Fixed typo.
authormtortonesi <devnull@localhost>
Wed, 2 Nov 2005 16:16:31 +0000 (08:16 -0800)
committermtortonesi <devnull@localhost>
Wed, 2 Nov 2005 16:16:31 +0000 (08:16 -0800)
Makefile.in

index 6a177453a320c183bebe00e2c948f22312ef038c..053e255559630179f26e6b9d836177c13efb521c 100644 (file)
@@ -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