Changeset 786 for lm-sensors/trunk/Makefile
- Timestamp:
- 03/22/00 23:59:17 (9 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r734 r786 81 81 # The magic invocation will return something like this: 82 82 # /lib/modules/2.2.15-ac9/extra/misc 83 MODDIR := /lib/modules/` sed -ne '1,4 { s/.*= *\(.*\)/\1/; 1,2 s/.*/&./; p; };' <$(LINUX)/Makefile | tr -d '\n'`/misc83 MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/extra/misc 84 84 85 85 # This is the directory where sensors.conf will be installed, if no other … … 233 233 234 234 # We need to create dependency files. Tricky. We sed rule puts dir/file.d and 235 # dir/file.c #in front of the dependency file rule.235 # dir/file.c in front of the dependency file rule. 236 236 237 237 # .o files are used for modules
