]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make addlang bugfix from Andres Kroonmaa
authorhno <>
Sat, 19 Oct 2002 03:21:22 +0000 (03:21 +0000)
committerhno <>
Sat, 19 Oct 2002 03:21:22 +0000 (03:21 +0000)
errors/Makefile.am

index 2c0c4d6f61b5634406044a86fc3261cff3a21ec5..f768004a62741a55cd5c3747890af469b00a21e0 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 #
-# $Id: Makefile.am,v 1.8 2002/04/02 01:33:04 hno Exp $
+# $Id: Makefile.am,v 1.9 2002/10/18 21:21:22 hno Exp $
 #
 
 errordir = $(datadir)/errors
@@ -65,7 +65,7 @@ uninstall-local:
 #
 addlang: all
        -@if test -d $(srcdir)/$(ADDLANG); then \
-       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then
+       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \
        cd $(srcdir)/$(ADDLANG)/ ; \
        for f in ERR_*; do \
                if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \