Files
termux-packages/packages/tcsh/Makefile.in.patch
termux-pacman-bot 6c5d1884a3 tcsh: Bump to 6.24.05
2022-12-04 17:30:59 +00:00

18 lines
622 B
Diff

diff -u -r ../tcsh-TCSH6_21_00/Makefile.in ./Makefile.in
--- ../tcsh-TCSH6_21_00/Makefile.in 2019-05-08 18:39:28.000000000 +0000
+++ ./Makefile.in 2019-05-11 21:18:26.577655692 +0000
@@ -471,11 +471,11 @@
# emxbind tcsh
gethost.${SUF}: gethost.c sh.err.h tc.const.h sh.h
- ${CC_FOR_GETHOST} ${CF} ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c
+ ${CC_FOR_GETHOST} ${CF} -I. -I$(srcdir) $(srcdir)/gethost.c
gethost: gethost.${SUF}
rm -f gethost
- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} gethost.${SUF}
+ ${CC_FOR_GETHOST} -o gethost gethost.${SUF}
tc.defs.c: gethost host.defs
@rm -f $@.tmp