Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/GNUmakefile
    ... ... @@ -106,7 +106,6 @@ LOCALE_DIRS = $(patsubst %, i18n/locale/%/LC_MESSAGES, $(LOCALES))
    106 106
     # FreeBSD, it moves the line to after the Language-Team line.  This
    
    107 107
     # makes things messy.  Hence, sort and diff.
    
    108 108
     translations: 
    
    109
    -	echo "making translations"; \
    
    110 109
     	for pot in ../../src/i18n/locale/*.pot; do \
    
    111 110
     	  for po in $(LOCALE_DIRS); do \
    
    112 111
                 d=`dirname $$pot`; \