blob: 300c1632b09d71d9e2976324199cff2d1f08315b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- tcsh-6.24.10.orig/Makefile.in 2023-04-14 13:52:38.000000000 +0200
+++ tcsh-6.24.10/Makefile.in 2024-02-11 09:31:36.700281877 +0100
@@ -506,7 +506,7 @@ pure:$(P) ${OBJS}
# 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} $(srcdir)/gethost.c
gethost: gethost.${SUF}
rm -f gethost
|