summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-01-26 23:38:23 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-01-26 23:38:23 +0000
commitcea6db4ee0cf37d37959b02ce3b4adeb80f1b03e (patch)
tree5c3b18e10c8be0b3387e0498b486edf08e0d6a9e /makefile
parent5ed9d58a240eae792451678d1b27e2835ba80259 (diff)
downloadnetsurf-cea6db4ee0cf37d37959b02ce3b4adeb80f1b03e.tar.gz
netsurf-cea6db4ee0cf37d37959b02ce3b4adeb80f1b03e.tar.bz2
[project @ 2006-01-26 23:38:22 by tlsa]
Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index c5a6fc75e..32ffedc19 100644
--- a/makefile
+++ b/makefile
@@ -35,7 +35,7 @@ OBJECTS_RISCOS += 401login.o artworks.o assert.o awrender.o bitmap.o \
buffer.o configure.o debugwin.o \
dialog.o download.o draw.o filename.o filetype.o font.o \
global_history.o gui.o help.o history.o hotlist.o image.o \
- menus.o message.o mouseactions.o plotters.o plugin.o print.o \
+ menus.o message.o plotters.o plugin.o print.o \
query.o save.o save_complete.o save_draw.o save_text.o \
schedule.o search.o sprite.o textselection.o theme.o \
theme_install.o thumbnail.o treeview.o ucstables.o uri.o \
@@ -85,7 +85,7 @@ OBJS_GTK=$(OBJECTS_GTK:%.o=$(OBJDIR_GTK)/%.o)
# Inclusion of platform specific files has to occur after the OBJDIR stuff as
# that is refered to in the files
-OS = $(word 2,$(subst -, ,$(shell /usr/bin/gcc -dumpmachine)))
+OS = $(word 2,$(subst -, ,$(shell gcc -dumpmachine)))
ifeq ($(OS),riscos)
include riscos.mk
else
@@ -180,7 +180,7 @@ utils/translit.c: transtab
# available), remove */*.[ch] from the line below.
# Under RISC OS, you may require *Set UnixFS$sfix "", if perl gives
# "No such file or directory" errors.
-depend: */*.[ch]
+depend:
@echo "--> modified files $?"
@echo "--> updating dependencies"
@-mkdir -p $(OBJDIR_RISCOS) $(OBJDIR_NCOS) $(OBJDIR_DEBUG) $(OBJDIR_GTK)