You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
321 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -447,7 +447,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} ${LDFLAGS} $(srcdir)/gethost.c
  7. + ${CC_FOR_GETHOST} -o gethost $(srcdir)/gethost.c
  8. tc.defs.c: gethost host.defs
  9. @rm -f $@.tmp