diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-02-22 22:32:24 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-02-22 22:32:24 +0000 |
| commit | aa74e2f883c289fdcf911bbb7f3255a9c4ab5196 (patch) | |
| tree | c594b25ca57c1aa89d2992948848ac76d303716e /gnu/usr.bin/diff/Makefile | |
| parent | 7bd35300dab11a16b337ace1c06eccb8c1cf4cb1 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 25d439f83e59..ba5ab653834e 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -29,7 +29,7 @@ LDADD= -lgnuregex .for f in diff.c context.c ${f}: ${DIFFSRC}/${f} ${.CURDIR}/${f}.diff - patch -s -b .orig -o ${.TARGET} < ${.CURDIR}/${f}.diff ${DIFFSRC}/${f} + patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${DIFFSRC}/${f} CLEANFILES+= ${f} .endfor |
