]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Installation of icons failed when building in a separate object directory
authorhno <>
Wed, 3 May 2000 03:15:51 +0000 (03:15 +0000)
committerhno <>
Wed, 3 May 2000 03:15:51 +0000 (03:15 +0000)
icons/Makefile.in

index 0777d8d4cc336eae6e249d3f54ee3fcd4fac7959..0fc96cbfdcb04b98ee7a5d8ce349bda3cedeaa78 100644 (file)
@@ -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