]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove unused DEFAULT_MIB_PATH variable
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 25 Sep 2009 01:12:34 +0000 (03:12 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 25 Sep 2009 01:12:34 +0000 (03:12 +0200)
src/Makefile.am

index 698c1fa70bd1572dfa16a4b2d52225944146be50..6d044c42aa17480ccd1e780c4189421b63319b78 100644 (file)
@@ -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;\