From b8a23f9e4980e6a041d750c325ab2845aea8488a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 May 2005 22:41:17 +0000 Subject: 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 --- tools/make.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/make.inc') 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 # the lame echo stuff down here is to prevent any compiler errors/warnings # to cause an error code to get returned and thus stop the build $(DEPFILE): $(SOURCES) + $(SILENT)mkdir -p `dirname $(DEPFILE)` $(SILENT)rm -f $(DEPFILE) $(SILENT)(for each in $(SOURCES) x; do \ if test "x" != "$$each"; then \ -- cgit v1.2.3