Corrected filename.

This commit is contained in:
Saurabh Shrivastava 2016-12-16 10:59:20 +05:30 committed by GitHub
parent 547a9e9fbf
commit f2770b4609

View File

@ -30,5 +30,5 @@ echo "#define CCX_CCEXTRACTOR_COMPILE_REAL_H" >> ../src/lib_ccx/compile_info_rea
echo "#define GIT_COMMIT \"$commit\"" >> ../src/lib_ccx/compile_info_real.h echo "#define GIT_COMMIT \"$commit\"" >> ../src/lib_ccx/compile_info_real.h
echo "#define COMPILE_DATE \"$builddate\"" >> ../src/lib_ccx/compile_info_real.h echo "#define COMPILE_DATE \"$builddate\"" >> ../src/lib_ccx/compile_info_real.h
echo "#endif" >> ../src/lib_ccx/compile_info_real.h echo "#endif" >> ../src/lib_ccx/compile_info_real.h
echo "Stored all in compile.h" echo "Stored all in compile_info_real.h"
echo "Done." echo "Done."