patch-Makefile_in 409 B

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