1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Typo fix.

This commit is contained in:
Petr Baudis 2005-09-16 13:58:56 +02:00
parent 96c100b014
commit 885bb75c66

View File

@ -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)