--------------------- PatchSet 1999 Date: 2001/04/20 09:58:54 Author: rbcollins Branch: squid-amake Tag: (none) Log: bugfix: create errors directory Members: errors/Makefile.am:1.1.2.2->1.1.2.3 Index: squid/errors/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/errors/Makefile.am,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/errors/Makefile.am 9 Apr 2001 22:29:02 -0000 1.1.2.2 +++ squid/errors/Makefile.am 20 Apr 2001 09:58:54 -0000 1.1.2.3 @@ -18,6 +18,7 @@ install-data-local: + -@$(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR) @for f in $(srcdir)/$(LANGUAGE)/ERR_*; do \ if test -f $(DEFAULT_ERROR_DIR)/$$f ; then \ :; \