--------------------- PatchSet 1861 Date: 2001/04/09 22:29:02 Author: rbcollins Branch: squid-amake Tag: (none) Log: install_file wasn't defined. Use install_data instead Members: errors/Makefile.am:1.1.2.1->1.1.2.2 Index: squid/errors/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/errors/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/errors/Makefile.am 6 Apr 2001 12:40:26 -0000 1.1.2.1 +++ squid/errors/Makefile.am 9 Apr 2001 22:29:02 -0000 1.1.2.2 @@ -22,8 +22,8 @@ if test -f $(DEFAULT_ERROR_DIR)/$$f ; then \ :; \ else \ - echo "$(INSTALL_FILE) $$f $(DEFAULT_ERROR_DIR)"; \ - $(INSTALL_FILE) $$f $(DEFAULT_ERROR_DIR); \ + echo "$(INSTALL_DATA) $$f $(DEFAULT_ERROR_DIR)"; \ + $(INSTALL_DATA) $$f $(DEFAULT_ERROR_DIR); \ fi; \ done