summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-07-19 14:55:12 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-07-19 14:55:12 +0000
commit0c722b8692fe60d399aa8c833d96af3f473b0a6e (patch)
tree954afd032eea6fa33db86612fb4eab5623643a3a /makefile
parent381faaed2fc8c3de1c99f7967af41c69764cf108 (diff)
downloadnetsurf-0c722b8692fe60d399aa8c833d96af3f473b0a6e.tar.gz
netsurf-0c722b8692fe60d399aa8c833d96af3f473b0a6e.tar.bz2
Fix typo corruption in makefile
svn path=/trunk/netsurf/; revision=2781
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0db415f4d..a738608d0 100644
--- a/makefile
+++ b/makefile
@@ -156,7 +156,7 @@ riscos_debug: nsrodebug,ff8
nsrodebug,ff8: $(OBJS_DEBUGRO)
$(CC) -o $@ $(LDFLAGS_RISCOS) $^
-gt:k nsgtk
+gtk: nsgtk
nsgtk: $(OBJS_GTK)
/usr/bin/gcc -o nsgtk $^ `pkg-config --cflags --libs libglade-2.0 gtk+-2.0 gthread-2.0 gmodule-2.0` \
$(LDFLAGS_DEBUG)