summaryrefslogtreecommitdiff
path: root/libc/misc/regex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/regex/Makefile')
-rw-r--r--libc/misc/regex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/regex/Makefile b/libc/misc/regex/Makefile
index 66a585a63..89912aa74 100644
--- a/libc/misc/regex/Makefile
+++ b/libc/misc/regex/Makefile
@@ -35,8 +35,8 @@ $(LIBC): ar-target
ar-target: $(OBJS)
$(AR) $(ARFLAGS) $(LIBC) $(OBJS)
-$(COBJS):
- $(CC) $(CFLAGS) $< -c $*.c -o $*.o
+$(COBJS): %.o : %.c
+ $(CC) $(CFLAGS) -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
clean: