Changeset 1654
- Timestamp:
- 11/28/02 20:00:25 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r1601 r1654 34 34 # and other things. 35 35 #LINUX := /usr/src/linux 36 LINUX := /lib/modules/$(KERNELVERSION)/build 36 LINUX := $(shell if [ -L /lib/modules/$(KERNELVERSION)/build ] ; \ 37 then echo "/lib/modules/$(KERNELVERSION)/build" ; \ 38 else echo "/usr/src/linux" ; fi) 37 39 LINUX_HEADERS := $(LINUX)/include 38 40
