diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-07 23:42:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-11 21:40:32 +0100 |
commit | 31ed213f99b6e3990c22e5bf48b4e25f78fc0bd6 (patch) | |
tree | 9b621186284c84a9cd89d8dbafc5e5b13d6ef48d /package/tcsh/patches/patch-Makefile_in | |
parent | 586fe26e36fd6d940e0dc98624f4082ed7adb31e (diff) |
tcsh: update to latest stable version
Diffstat (limited to 'package/tcsh/patches/patch-Makefile_in')
-rw-r--r-- | package/tcsh/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tcsh/patches/patch-Makefile_in b/package/tcsh/patches/patch-Makefile_in new file mode 100644 index 000000000..d573b8df2 --- /dev/null +++ b/package/tcsh/patches/patch-Makefile_in @@ -0,0 +1,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 |