Changeset 840 for lm-sensors/trunk/Makefile
- Timestamp:
- 07/09/00 22:37:13 (9 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r786 r840 80 80 # This is the directory into which the modules will be installed. 81 81 # The magic invocation will return something like this: 82 # /lib/modules/2.2.15-ac9/ extra/misc83 MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/ extra/misc82 # /lib/modules/2.2.15-ac9/misc 83 MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/misc 84 84 85 85 # This is the directory where sensors.conf will be installed, if no other
