]> sjero.net Git - wget/blobdiff - Makefile.in
[svn] Fixed typo.
[wget] / 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