Show
Ignore:
Timestamp:
07/10/07 21:38:14 (6 years ago)
Author:
khali
Message:

Delete LM_DATE and libsensors_date.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/Makefile

    r4545 r4601  
    155155LIBCFLAGS := -fpic -D_REENTRANT $(ALL_CFLAGS) 
    156156 
    157 .PHONY: all user clean install user_install uninstall user_uninstall version package 
     157.PHONY: all user clean install user_install uninstall user_uninstall package 
    158158 
    159159# Make all the default rule 
     
    202202# This is tricky, but it works like a charm. It needs lots of utilities 
    203203# though: cut, find, gzip, ln, tail and tar. 
    204 package: version clean 
     204package: version.h clean 
    205205        lmversion=`tail -1 version.h|cut -f 2 -d \"`; \ 
    206206        lmpackage=lm_sensors-$$lmversion; \ 
     
    216216        cat doc/developers/checklist 
    217217 
    218 version: 
    219         $(RM) version.h 
    220         echo '#define LM_DATE "'`date +'%Y%m%d'`\" > version.h 
    221         echo -n 'Version: '; \ 
    222         echo '#define LM_VERSION "'`read VER; echo $$VER`\" >> version.h 
    223  
    224218help: 
    225219        @echo 'Make targets are:'