diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-04-14 21:06:10 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-04-14 21:06:10 +0000 |
| commit | d1dd034d078c8ce6c052bada500f90977c535e42 (patch) | |
| tree | 8aaa286b7ad01438e74918c3c600dd2e1609dfc1 /bin/csh | |
| parent | d7296a8faeef2f4a69307412f620504604c76392 (diff) | |
Notes
Diffstat (limited to 'bin/csh')
| -rw-r--r-- | bin/csh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 2c9ae220db91f..f55f24196f305 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -109,7 +109,7 @@ csh.1: tcsh.man build-tools: gethost -gethost: gethost.c sh.err.h tc.const.h sh.h +gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META} @rm -f ${.TARGET} ${CC} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \ ${TCSHDIR}/gethost.c |
