diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-07 22:20:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-07 22:20:43 +0000 |
commit | 616b4dc8c4f1f05b6d327b765ffebf25945d4708 (patch) | |
tree | a9b0c0de5a9d7dca134cef75e5b65ab9be109232 /packages | |
parent | bb89455851d665866d5ecf1425308e504ba4e8c7 (diff) |
updated location of pmpd.c
svn path=/trunk/; revision=13404
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Makefile | 2 |
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 \ |