Index: Makefile.in =================================================================== RCS file: /cvsroot/quilt/quilt/Makefile.in,v retrieving revision 1.55 diff -u -r1.55 Makefile.in --- Makefile.in 18 Jun 2005 18:03:57 -0000 1.55 +++ Makefile.in 29 Jun 2005 14:05:16 -0000 @@ -104,7 +104,8 @@ #----------------------------------------------------------------------- all : scripts - $(MAKE_NLS) -C po all BUILD_ROOT=$(BUILD_ROOT) + $(MAKE_NLS) -C po all BUILD_ROOT=$(BUILD_ROOT) \ + LINGUAS="$(LINGUAS)" localedir=$(localedir) scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) $(SCRIPTS:%=scripts/%) \ $(LIB:%=lib/%) $(DOC:%=doc/%) $(MAN1) @@ -261,7 +262,6 @@ clean : rm -f $(DIRT) - rm -f po/*.mo distclean : clean rm -f config.log config.status Makefile