Skip to content

Commit

Permalink
Low: Build: Clean up .dSYM files when extracting header defines
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Dec 20, 2011
1 parent 6e8bbcf commit 0bd3c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -116,7 +116,7 @@ extract_header_define() {
value=`${Cfile}`
AC_MSG_RESULT($value)
printf $value
rm -f ${Cfile}.c ${Cfile}
rm -rf ${Cfile}.c ${Cfile} ${Cfile}.dSYM
}

dnl ===============================================
Expand Down

0 comments on commit 0bd3c4d

Please sign in to comment.