X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fscsi_id%2FMakefile;h=8fe29f3647daaee335fb14531ba3b359f49b32e4;hp=abf48895ad6bb48e53ca4855d42c2dadeabcf5ef;hb=eb6c7cd03635ffc28798734f0b87b9e21dae6f9e;hpb=e996d97835c8d0728a9d4880e9e1f8f285cadf4b diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index abf48895a..8fe29f364 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -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.3 +SCSI_ID_VERSION=0.5 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)