Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libncurses: 提交

external/libncurses


Commit MetaInfo

修訂ad2a31c39b8dd1b4b06a698cda9331c8facdc785 (tree)
時間2021-06-17 00:08:47
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Let $(AUTO_SRC) depend on config.status

The additional dependency makes sure $(AUTO_SRC) wii be regenerated
after re-configured.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>

Change Summary

差異

--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -97,6 +97,7 @@ libs \
9797 depend \
9898 sources \
9999 install :: $(AUTO_SRC)
100+$(AUTO_SRC): ../config.status
100101
101102 curses.h : $(CAPLIST) \
102103 curses.head \
--- a/ncurses/Makefile.in
+++ b/ncurses/Makefile.in
@@ -222,6 +222,7 @@ all libs :: $(AUTO_SRC) ../lib $(LIBRARIES)
222222 @CHECK_BUILD@all libs :: report_offsets$(BUILD_EXEEXT)
223223
224224 sources: $(AUTO_SRC)
225+$(AUTO_SRC): ../config.status
225226
226227 $(DESTDIR)$(bindir) \
227228 $(DESTDIR)$(libdir) :
Show on old repository browser