build: replace use of old build macros
[dpdk.git] / devtools / update-abi.sh
index b9b859a..45437f3 100755 (executable)
@@ -41,6 +41,6 @@ echo "Path to update:" $update_path
 
 echo $abi_version > $abi_version_file
 
-find $update_path -name  \*version.map -exec \
+find $update_path -name version.map -exec \
       devtools/update_version_map_abi.py {} \
       $abi_version \; -print