diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 17:58:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 17:58:13 +0000 |
commit | d1f36fe1e7bd5ecd54b414105dfa84308ea9adb7 (patch) | |
tree | 59e7894ed1a35e831c18fde8a67680696b6c43df /lib | |
parent | 5bb5c7cdd393dfc1ff7e743c9b8071eee63a5bba (diff) |
oops
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index dc62855fe96..0ce15a4b62f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2004/01/28 13:53:09 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2004/01/28 17:58:12 deraadt Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -50,7 +50,7 @@ rm-from-libkern: all: tags tags: ${SRCS} ctags -w ${.ALLSRC:M*.c} - egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" | \ + egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" \ /dev/null ${.ALLSRC:M*.S} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> tags; sort -o tags tags |