blob: d573b8df2368d76c1ffb0c3ccd1f8652d1267794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- tcsh-6.19.00.orig/Makefile.in 2014-07-25 00:52:13.000000000 +0200
+++ tcsh-6.19.00/Makefile.in 2015-11-07 23:08:07.000000000 +0100
@@ -449,7 +449,7 @@ pure:$(P) ${OBJS}
gethost: gethost.c sh.err.h tc.const.h sh.h
rm -f gethost
- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c
+ ${CC_FOR_GETHOST} -o gethost $(srcdir)/gethost.c
tc.defs.c: gethost host.defs
@rm -f $@.tmp
|