chiark / gitweb /
[PATCH] pass SYSFS setting down for extras builds
[elogind.git] / extras / scsi_id / Makefile
index bfc2923b345ac456f461a507f29ae0baaed7159b..7ccc4c51181f0471c388318093bdcc278a14e78c 100644 (file)
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
-SCSI_ID_VERSION=0.4
+SCSI_ID_VERSION=0.6
 
 prefix =
 etcdir =        ${prefix}/etc
@@ -70,5 +70,7 @@ $(OBJS): scsi_id.h scsi.h scsi_id_version.h
 clean:
        rm -f $(PROG) $(OBJS) $(GEN_HEADER)
 
+spotless: clean
+
 $(PROG):       $(OBJS)
        $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS)