From: hno <> Date: Wed, 3 May 2000 03:15:51 +0000 (+0000) Subject: Installation of icons failed when building in a separate object directory X-Git-Tag: SQUID_3_0_PRE1~2000 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f2d726791ddddf2b6c864cf4280f56944fc9c2;p=thirdparty%2Fsquid.git Installation of icons failed when building in a separate object directory --- diff --git a/icons/Makefile.in b/icons/Makefile.in index 0777d8d4cc..0fc96cbfdc 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.8 1999/04/19 07:18:09 wessels Exp $ +# $Id: Makefile.in,v 1.9 2000/05/02 21:15:51 hno Exp $ # prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -56,7 +56,7 @@ install: install-mkdirs anthony-xpm.gif :; \ else \ echo "$(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR)"; \ - $(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR); \ + $(INSTALL_FILE) $(srcdir)/$$f $(DEFAULT_ICON_DIR); \ fi; \ done