mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Typo fix.
This commit is contained in:
parent
96c100b014
commit
885bb75c66
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user