summaryrefslogtreecommitdiff
path: root/extras/scsi_id
diff options
context:
space:
mode:
authorolh@suse.de <olh@suse.de>2004-03-12 23:52:21 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:10 -0700
commit2761f9b951057c3ed0aaac73f5e003b0d23805f9 (patch)
tree1966ae1b9c5097dc10f32efa300fb0c3962b044c /extras/scsi_id
parentb1224bc0da0328c44ed8816bb0cf28e7343bab86 (diff)
[PATCH] make spotless
klibc has a target make spotless, this patch makes it possible to clean the whole udev tree and start from scratch.
Diffstat (limited to 'extras/scsi_id')
-rw-r--r--extras/scsi_id/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile
index bfc2923b34..6af4d7f18e 100644
--- a/extras/scsi_id/Makefile
+++ b/extras/scsi_id/Makefile
@@ -70,5 +70,6 @@ $(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)