summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-01 22:11:26 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-01 22:11:26 +0000
commita017edf87cebcc49fc14a3a08e6caba4910135ab (patch)
tree8442ade90cb7d3ce6352bb5255c8b71e5424d686 /Makefile
parent0e34cd7429bc482884a6abbd4883c144ef3165f7 (diff)
run this script from the correct location
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4649 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e405326..db78b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,7 @@ endif
@echo "for the variable MODULES ."
@echo ""
@echo "I think that the DAHDI hardware you have on your system is:"
- @kernel/xpp/utils/dahdi_hardware || true
+ @xpp/dahdi_hardware || true
update:
@if [ -d .svn ]; then \