]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kill recursive DEFAULT_HOSTS. Automake automatically adds expansions to Makefile...
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 20 Aug 2010 02:05:46 +0000 (04:05 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 20 Aug 2010 02:05:46 +0000 (04:05 +0200)
src/Makefile.am

index 2b441b598ca70137fadbd8109898db8755375081..e34b441d3c1b92455193af73980f8213932b7936 100644 (file)
@@ -746,7 +746,6 @@ DEFAULT_LOGFILED    = $(libexecdir)/`echo log_file_daemon | sed '$(transform);s/$$/
 DEFAULT_DISKD          = $(libexecdir)/`echo diskd | sed '$(transform);s/$$/$(EXEEXT)/'`
 DEFAULT_ICON_DIR       = $(datadir)/icons
 DEFAULT_ERROR_DIR      = $(datadir)/errors
-DEFAULT_HOSTS          = $(DEFAULT_HOSTS)
 
 # Make location configure settings available to the code
 DEFS += -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" -DDEFAULT_SQUID_DATA_DIR=\"$(datadir)\" -DDEFAULT_SQUID_CONFIG_DIR=\"$(sysconfdir)\"