[svn] Fixed typo.

This commit is contained in:
mtortonesi 2005-11-02 08:16:31 -08:00
parent b285d8070b
commit 3041bd6e15
1 changed files with 2 additions and 2 deletions

View 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