summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-12-09 10:33:09 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-12-09 10:33:09 +0000
commit58b68f71309f50274bd2b2c8c6619e26e84cb6f8 (patch)
tree917e4fac623b4792e793d27d444b3d7cb6af34ea /makefile
parent32db7e04d0c3bd255b2e8aa7dbd7c2b884b35614 (diff)
downloadnetsurf-58b68f71309f50274bd2b2c8c6619e26e84cb6f8.tar.gz
netsurf-58b68f71309f50274bd2b2c8c6619e26e84cb6f8.tar.bz2
[project @ 2004-12-09 10:33:09 by rjw]
Stop makefile breakage. svn path=/import/netsurf/; revision=1395
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a3a79e5f3..f34dc4727 100644
--- a/makefile
+++ b/makefile
@@ -163,7 +163,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:
+depend: */*.[ch]
@echo "--> modified files $?"
@echo "--> updating dependencies"
@-mkdir -p $(OBJDIR_RISCOS) $(OBJDIR_NCOS) $(OBJDIR_DEBUG) $(OBJDIR_GTK)