summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-29 16:33:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-29 16:33:36 +0000
commitd344cb486ee76625e9b318e43bd97b01e0b596a3 (patch)
tree11dd5b4d79efe2a6f676a47a4a4a48d2d3af5762 /makefile
parent4fcbc23c1ce263d38973a5ba69dd471c2585050f (diff)
downloadnetsurf-d344cb486ee76625e9b318e43bd97b01e0b596a3.tar.gz
netsurf-d344cb486ee76625e9b318e43bd97b01e0b596a3.tar.bz2
[project @ 2003-12-29 16:33:36 by jmb]
Fix typo in build objects svn path=/import/netsurf/; revision=466
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ea7de707e..7bea5dec7 100644
--- a/makefile
+++ b/makefile
@@ -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 \