summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-23 22:34:02 -0400
committerDave Reisner <d@falconindy.com>2011-03-23 22:34:02 -0400
commit7511a4b71ec0581a9d478d1a50887957f0d719e9 (patch)
treedb66281c8900de1015b3b5f9e771494077c617c1 /config.mk
parenteb85c6df72d4388cc6823ae6ef2b023f3e4b69ef (diff)
downloadexpac-7511a4b71ec0581a9d478d1a50887957f0d719e9.tar.xz
remove preproc logic for pacman 3.4.3/3.5.0
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 26cf63d..3d66992 100644
--- a/config.mk
+++ b/config.mk
@@ -7,6 +7,6 @@ MANPREFIX ?= ${PREFIX}/share/man
# compiler flags
CC ?= c99
-CPPFLAGS += -DVERSION=\"${VERSION}\" ${PMCHECK}
+CPPFLAGS += -DVERSION=\"${VERSION}\"
CFLAGS += -std=c99 -g -pedantic -Wall -Wextra ${CPPFLAGS}
LDFLAGS += -lalpm