summaryrefslogtreecommitdiffstats
path: root/config/conclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/conclude.in')
-rw-r--r--config/conclude.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/conclude.in b/config/conclude.in
index ff5f88b..8eab342 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -96,11 +96,6 @@ maintainer-clean: distclean
$(RM) *~ core core.* *.core *.bak *.contrib gmon.out
# Implicit rules
-.c.a:
- $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
- $(AR) -rc $@ $*.o
- $(RM) $*.o
-
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<