mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fix typo s/CONFIG_TEMP/CONFIG_TMP/.
This commit is contained in:
parent
af4d979f29
commit
1477af406a
@ -3131,7 +3131,7 @@ if test "$_USE_CPP_INCLUDE_FLAG"; then
|
||||
* Do not edit.
|
||||
*/
|
||||
EOF
|
||||
sort confdefs.h >> $_CONFIG_TEMP
|
||||
sort confdefs.h >> $_CONFIG_TMP
|
||||
|
||||
# Only write config-defs.h when something changes (or it doesn't exist)
|
||||
if cmp -s $_CONFIG_TMP $_CONFIG_DEFS_H; then
|
||||
|
Loading…
Reference in New Issue
Block a user