summaryrefslogtreecommitdiff
path: root/tools/make.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-07 22:41:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-07 22:41:17 +0000
commitb8a23f9e4980e6a041d750c325ab2845aea8488a (patch)
treed10400e99208595638f13e7fe3b279274a173e56 /tools/make.inc
parentd23afcd4f4ad72b1c2c087055a9ba4457f2646cd (diff)
downloadrockbox-b8a23f9e4980e6a041d750c325ab2845aea8488a.tar.gz
rockbox-b8a23f9e4980e6a041d750c325ab2845aea8488a.zip
Fixed makefiles for autoconf.g include.
Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/make.inc')
-rw-r--r--tools/make.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 9e6600f77a..ea9815b6d2 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -17,6 +17,7 @@ $(OBJDIR)/%.o: %.S
17# the lame echo stuff down here is to prevent any compiler errors/warnings 17# the lame echo stuff down here is to prevent any compiler errors/warnings
18# to cause an error code to get returned and thus stop the build 18# to cause an error code to get returned and thus stop the build
19$(DEPFILE): $(SOURCES) 19$(DEPFILE): $(SOURCES)
20 $(SILENT)mkdir -p `dirname $(DEPFILE)`
20 $(SILENT)rm -f $(DEPFILE) 21 $(SILENT)rm -f $(DEPFILE)
21 $(SILENT)(for each in $(SOURCES) x; do \ 22 $(SILENT)(for each in $(SOURCES) x; do \
22 if test "x" != "$$each"; then \ 23 if test "x" != "$$each"; then \