[pacman-dev] [PATCH] Rmove unnecessary defines from src/util/Makefile.am

Allan McRae allan at archlinux.org
Sat Feb 11 02:22:48 EST 2012


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 src/util/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index e386d95..8e98324 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -2,15 +2,12 @@
 conffile  = ${sysconfdir}/pacman.conf
 dbpath    = ${localstatedir}/lib/pacman/
 gpgdir    = ${sysconfdir}/pacman.d/gnupg/
-cachedir  = ${localstatedir}/cache/pacman/pkg/
 
 bin_PROGRAMS = vercmp testpkg testdb cleanupdelta pacsort pactree
 
-DEFS = -DLOCALEDIR=\"@localedir@\" \
-       -DCONFFILE=\"$(conffile)\" \
+DEFS = -DCONFFILE=\"$(conffile)\" \
        -DDBPATH=\"$(dbpath)\" \
        -DGPGDIR=\"$(gpgdir)\" \
-       -DCACHEDIR=\"$(cachedir)\" \
        @DEFS@
 
 AM_CPPFLAGS = \
-- 
1.7.9



More information about the pacman-dev mailing list