mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Only update stamp-h if config.status actually looks at config.h.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -8323,7 +8323,7 @@ EOF
|
|||||||
cat >> $CONFIG_STATUS <<\EOF
|
cat >> $CONFIG_STATUS <<\EOF
|
||||||
|
|
||||||
# Update timestamp for config.h (see Makefile.global)
|
# Update timestamp for config.h (see Makefile.global)
|
||||||
echo >src/include/stamp-h
|
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
|
@ -1140,5 +1140,5 @@ AC_OUTPUT(
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
# Update timestamp for config.h (see Makefile.global)
|
# Update timestamp for config.h (see Makefile.global)
|
||||||
echo >src/include/stamp-h
|
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user