[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