diff options
author | Allan McRae <allan@archlinux.org> | 2012-02-11 06:16:40 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-02-13 17:02:50 +0100 |
commit | 8741551dc94d506df72b5ae8453bca1e4d50dbab (patch) | |
tree | b82a0f588672151330e7e66d6fe638318127b305 /src/util/Makefile.am | |
parent | 3ba5391839b34823e97574cba2952d732c2729e0 (diff) | |
download | pacman-8741551dc94d506df72b5ae8453bca1e4d50dbab.tar.gz pacman-8741551dc94d506df72b5ae8453bca1e4d50dbab.tar.xz |
Move ROOTDIR definition into config.h
This was the only variable of its kind when a define was done on the
compiler command line. Move it into config.h instead.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 2110781b..590bb3d2 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -7,7 +7,6 @@ bin_PROGRAMS = vercmp testpkg testdb cleanupdelta pacsort pactree DEFS = -DLOCALEDIR=\"@localedir@\" \ -DCONFFILE=\"$(conffile)\" \ - -DROOTDIR=\"$(ROOTDIR)\" \ -DDBPATH=\"$(dbpath)\" \ -DCACHEDIR=\"$(cachedir)\" \ @DEFS@ |