summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2006-07-24 19:34:09 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2006-07-24 19:34:09 +0000
commit7a1cc87923f4373385f2d1f2bc44d2da1e55228e (patch)
tree88e599d53aaddd393373a535246d7d667649af89 /Makefile
parentaec939e051c07a65b2b63127861316143d45fa98 (diff)
downloadlm-sensors-7a1cc87923f4373385f2d1f2bc44d2da1e55228e.tar.gz
Makefile: Silent errors on missing dependency files.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4069 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 42b25a9a..ab308e15 100644
--- a/Makefile
+++ b/Makefile
@@ -279,7 +279,7 @@ LIBCPPFLAGS := $(LIBCPPFLAGS) -DSYSFS_SUPPORT
endif
LIBCFLAGS := -fpic $(ALL_CFLAGS)
-.PHONY: all clean install version package dep
+.PHONY: all clean install version package
# Make all the default rule
all::
@@ -293,7 +293,7 @@ ifneq ($(MAKECMDGOALS),user_uninstall)
ifneq ($(MAKECMDGOALS),help)
ifneq ($(MAKECMDGOALS),package)
ifneq ($(MAKECMDGOALS),userpackage)
-include $(INCLUDEFILES)
+-include $(INCLUDEFILES)
endif
endif
endif
@@ -305,9 +305,6 @@ endif
MANPAGES := $(LIBMAN3FILES) $(LIBMAN5FILES) $(PROGDETECTMAN8FILES) $(PROGDUMPMAN8FILES) \
$(PROGSENSORSMAN1FILES) $(PROGPWMMAN8FILES) prog/sensord/sensord.8
-# Making the dependency files - done automatically!
-dep :
-
user ::
user_install::
@echo "*** Important note:"
@@ -395,7 +392,6 @@ help:
@echo ' user_uninstall: remove userspace programs'
@echo ' clean: cleanup'
@echo ' package: create a distribution package'
- @echo 'Note: make dep is automatic'
$(LINUX)/.config:
@echo
@@ -429,7 +425,7 @@ manhtml:
.SUFFIXES:
-# We need to create dependency files. Tricky. We sed rule puts dir/file.d and
+# We need to create dependency files. Tricky. The sed rule puts dir/file.d and
# dir/file.c in front of the dependency file rule.
# .o files are used for modules