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