diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-16 08:03:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-16 08:03:11 +0000 |
| commit | f72227b73152597fed5cded5be643c9e0b484567 (patch) | |
| tree | 21557e7edeac97553514274f10d975dfd71a39de /gnu/usr.bin | |
| parent | 0910ad96e6779817e7ef29af628bc26364f953ca (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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> |
