From 885bb75c66f29b3782a02cd5e96756d8b9d76e8f Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 16 Sep 2005 13:58:56 +0200 Subject: [PATCH] Typo fix. --- src/mime/backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mime/backend/Makefile b/src/mime/backend/Makefile index 20e246e3..3cd5cde3 100644 --- a/src/mime/backend/Makefile +++ b/src/mime/backend/Makefile @@ -9,7 +9,7 @@ ifeq ($(CONFIG_MIMETYPES),yes) mimetypesobj = mimetypes.o endif -OBJS = common.o default.o $(mailcapobj) $(mimetypeobj) +OBJS = common.o default.o $(mailcapobj) $(mimetypesobj) # Do not forget to also add the .o to ../Makefile. Yes, it sucks. all-l: $(OBJS)