-# $Id: Makefile.in,v 1.2 1997/08/25 15:55:19 wessels Exp $
+# $Id: Makefile.in,v 1.3 1998/02/05 21:37:48 wessels Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
all:
install: install-mkdirs
- @for f in $(LANGUAGE)/ERR_*; do \
+ @for f in $(srcdir)/$(LANGUAGE)/ERR_*; do \
if test -f $(DEFAULT_ERROR_DIR)/$$f ; then \
:; \
else \
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.119 1998/02/03 22:08:10 wessels Exp $
+# $Id: Makefile.in,v 1.120 1998/02/05 21:37:49 wessels Exp $
#
# Uncomment and customize the following to suit your needs:
#
$(RM) -f $(libexecdir)/-$$f; \
fi; \
done
- $(INSTALL_FILE) mib.txt $(DEFAULT_MIB_PATH)
+ $(INSTALL_FILE) $(srcdir)/mib.txt $(DEFAULT_MIB_PATH)
$(INSTALL_FILE) squid.conf $(sysconfdir)/squid.conf.default
@if test -f $(sysconfdir)/squid.conf ; then \
echo "$@ will not overwrite existing $(sysconfdir)/squid.conf" ; \
$(INSTALL_FILE) squid.conf $(sysconfdir); \
fi
- $(INSTALL_FILE) mime.conf $(sysconfdir)/mime.conf.default
+ $(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir)/mime.conf.default
@if test -f $(sysconfdir)/mime.conf ; then \
echo "$@ will not overwrite existing $(sysconfdir)/mime.conf" ; \
else \
- echo "$(INSTALL_FILE) mime.conf $(sysconfdir)"; \
- $(INSTALL_FILE) mime.conf $(sysconfdir); \
+ echo "$(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir)"; \
+ $(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir); \
fi
install-pinger: