aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-07 22:20:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-07 22:20:43 +0000
commit616b4dc8c4f1f05b6d327b765ffebf25945d4708 (patch)
treea9b0c0de5a9d7dca134cef75e5b65ab9be109232 /packages/Makefile
parentbb89455851d665866d5ecf1425308e504ba4e8c7 (diff)
updated location of pmpd.c
svn path=/trunk/; revision=13404
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 691ff3c7..2976ab17 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -55,7 +55,7 @@ PIDIP_VERSION := $(shell grep _VERSION= $(externals_src)/pidip/configure.ac | \
cut -d '"' -f 2)
PMPD_VERSION := $(shell grep "define VERSION" \
- $(externals_src)/pmpd/src/pmpd.c | cut -d '"' -f 2)
+ $(externals_src)/pmpd/pmpd.c | cut -d '"' -f 2)
TOXY_MAJOR_VERSION := $(shell grep TOXY_VERSION \