diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-17 18:38:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-17 18:38:07 +0000 |
| commit | 78637527245e86ef8ae25dd9160d71012c42ea5d (patch) | |
| tree | 9b28d0b8770db8071ccca59a88e3f0195452ddbf | |
| parent | 41eda4e2b1431b7180432230c6372fbb3f68bac6 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index c2c6dbaf3a30..51ea9d9ec479 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -16,6 +16,6 @@ LDADD= ${DPADD} CLEANFILES= xregex.h xregex.h: - @echo '#include <gnu/regex.h>' >${.TARGET} + @echo '#include <regex.h>' >${.TARGET} .include <bsd.prog.mk> |
