summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2005-09-29 12:37:36 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2005-09-29 12:37:36 +0000
commitb6f01bb3c8a7cccbce5e768a32c994a9f87bff84 (patch)
tree3795a091b17a02ccdbd32536c95d9d386ec7b799 /lib/libc/Makefile
parent400a0a0b479eb1fde29ccdb107ffcbb2e67d2a64 (diff)
use tabs instead of spaces in tags file
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index fc6daf515f1..8e5bbdbf4bb 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2005/06/29 14:05:08 mickey Exp $
+# $OpenBSD: Makefile,v 1.24 2005/09/29 12:37:35 uwe Exp $
#
# All library objects contain sccsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -54,7 +54,7 @@ tags: ${SRCS}
ctags -w ${.ALLSRC:M*.c}
egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" \
/dev/null ${.ALLSRC:M*.S} | \
- sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
+ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags; sort -o tags tags
beforeinstall: