[svn-commits] kpfleming: tools/trunk r4649 - /tools/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 1 17:11:26 CDT 2008


Author: kpfleming
Date: Fri Aug  1 17:11:26 2008
New Revision: 4649

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4649
Log:
run this script from the correct location

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4649&r1=4648&r2=4649
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Fri Aug  1 17:11:26 2008
@@ -273,7 +273,7 @@
 	@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 \




More information about the svn-commits mailing list