aboutsummaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-03-16 21:19:37 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-03-16 21:19:37 -0700
commitd71ceedb019b67a8b519eb305b3f26459e054459 (patch)
treee51d5d0a6e302f5ca4fac9a9574b4fdfd672aaec /core/Makefile
parent361e1cebe37f0e78ea87537c3ecf0f35b5732006 (diff)
downloadsyslinux-d71ceedb019b67a8b519eb305b3f26459e054459.tar.gz
*/Makefile: use -include when including dependencies
This seems to have better behavior for "make spotless".
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile
index 1106b4cf..346f9dba 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1,6 +1,6 @@
## -----------------------------------------------------------------------
##
-## Copyright 1998-2008 H. Peter Anvin - All Rights Reserved
+## Copyright 1998-2009 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -134,4 +134,4 @@ depend:
$(MAKE) .depend
# Include dependencies file
-include .depend
+-include .depend