From: Henrik Nordstrom Date: Fri, 25 Sep 2009 01:12:34 +0000 (+0200) Subject: Remove unused DEFAULT_MIB_PATH variable X-Git-Tag: SQUID_3_2_0_1~695 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c6d74aa61b62b7d6b048605b5d8b83aa3859f54;p=thirdparty%2Fsquid.git Remove unused DEFAULT_MIB_PATH variable --- diff --git a/src/Makefile.am b/src/Makefile.am index 698c1fa70b..6d044c42aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -729,7 +729,6 @@ DEFAULT_UNLINKD = $(libexecdir)/`echo unlinkd | sed '$(transform);s/$$/$(EXEEXT DEFAULT_DISKD = $(libexecdir)/`echo diskd | sed '$(transform);s/$$/$(EXEEXT)/'` DEFAULT_ICON_DIR = $(datadir)/icons DEFAULT_ERROR_DIR = $(datadir)/errors -DEFAULT_MIB_PATH = $(datadir)/mib.txt DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@ # Make location configure settings available to the code @@ -801,7 +800,6 @@ cf.data: cf.data.pre Makefile s%@DEFAULT_NETDB_FILE@%$(DEFAULT_NETDB_FILE)%g;\ s%@DEFAULT_SWAP_DIR@%$(DEFAULT_SWAP_DIR)%g;\ s%@DEFAULT_ICON_DIR@%$(DEFAULT_ICON_DIR)%g;\ - s%@DEFAULT_MIB_PATH@%$(DEFAULT_MIB_PATH)%g;\ s%@DEFAULT_ERROR_DIR@%$(DEFAULT_ERROR_DIR)%g;\ s%@DEFAULT_CONFIG_DIR@%$(DEFAULT_CONFIG_DIR)%g;\ s%@DEFAULT_PREFIX@%$(DEFAULT_PREFIX)%g;\