diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-20 03:48:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-20 03:48:11 +0000 |
commit | 82d766043c6a8dcf6283788419f110dd7ab52f80 (patch) | |
tree | 09505131008d1b4d2178065878c3e8e0d54c26a2 /libc/misc/regex/Makefile | |
parent | 5ce562fc21a7fb6385dc054c8df17009f68b05ae (diff) |
A smaller, kinder, gentler regexp implementation.
Diffstat (limited to 'libc/misc/regex/Makefile')
-rw-r--r-- | libc/misc/regex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/regex/Makefile b/libc/misc/regex/Makefile index c4c13f6cf..38b7e98bf 100644 --- a/libc/misc/regex/Makefile +++ b/libc/misc/regex/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -CSRC=rx.c +CSRC=regex.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |