[project @ 2003-12-29 16:33:36 by jmb]

Fix typo in build objects

svn path=/import/netsurf/; revision=466
This commit is contained in:
John Mark Bell 2003-12-29 16:33:36 +00:00
parent 4fcbc23c1c
commit d344cb486e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CC_DEBUG = gcc
OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
css.o css_enum.o parser.o ruleset.o scanner.o \
box.o form.o html.o layout.o textplain.o \
messages.o utils.o translit.c
messages.o utils.o translit.o
OBJECTS = $(OBJECTS_COMMON) \
browser.o loginlist.o netsurf.o \
htmlinstance.o htmlredraw.o \