diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-12 18:15:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-12 18:15:40 +0000 |
| commit | d80f4b0e33b079a2ec024dfe88134538047d1715 (patch) | |
| tree | d6913ae6c8257332c77649bfc9bf4194ba3d6ef5 /gnu | |
| parent | 1d2c824f26e62f65c40a3427c273f84b6ed6ca7b (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/sort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index 2b116183792f..e3a005dfbbca 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -29,7 +29,7 @@ SRCS= sort.c \ xstrtoul.c \ xstrtoumax.c -CFLAGS+=-I${.CURDIR} -I${SORTDIR}/lib -DHAVE_CONFIG_H \ - -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 +CFLAGS+=-DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 \ + -I${.CURDIR} -I${SORTDIR}/lib .include <bsd.prog.mk> |
