b43-asm: Change the filenames of the binaries.
[b43-tools.git] / assembler / b43-asm
index 2fbccce35f9e1d1447af5fee8232cbd51587e9b0..11e771901ec6285eb07d66d0affcbf2fb12cb611 100755 (executable)
@@ -48,4 +48,4 @@ if [ "$infile" != "-" ]; then
        fi
 fi
 
-$CPP -x c++ -traditional-cpp "$infile" | $B43_ASM "-" "$outfile" $@
+$CPP -x c++ -traditional-cpp "$infile" | $B43_ASM "-" "$outfile" --__real_infile "$infile" $@