1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Fixed typo.

This commit is contained in:
mtortonesi 2005-11-02 08:16:31 -08:00
parent b285d8070b
commit 3041bd6e15

View File

@ -87,7 +87,7 @@ SUBDIRS = src doc po tests util windows
all: src/config.h Makefile $(SUBDIRS)
unittest: src/config.h Makefile
cd tests && $(MAKE) $(TESTDEFS) $@
cd tests && $(MAKE) $(MAKEDEFS) $@
check: all