1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

ksh93/Mamfile: fix shcomp dependency check

The dependency rule 'prev libshell.a archive' did not actually
cause shcomp to be rebuilt when something in libast.a changed.
Replace by 'prev ksh' to ensure shcomp is rebuilt/relinked whenever
ksh is.
This commit is contained in:
Martijn Dekker 2022-08-17 13:45:01 +01:00
parent 4e18d65894
commit 110fc451b3

View file

@ -1319,7 +1319,7 @@ make install
prev sh/shcomp.c
exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -DSH_DICT=${SH_DICT} -D_API_ast=20100309 -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -c sh/shcomp.c
done shcomp.o generated
prev libshell.a archive
prev ksh
prev +ljobs
prev +li
prev ${mam_libsocket}