diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-06-26 01:18:17 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:36:21 -0700 |
commit | 062db23d5eb303ef49d2ff805381229932f44246 (patch) | |
tree | fa4bec0bad640e27afce8f676c0647476fd31348 /extras/scsi_id/Makefile | |
parent | c59a72105d0ff8a47b31f1829dd3c166ebd859d0 (diff) |
[PATCH] update udev scsi_id to scsi_id 0.5
This patch syncs the scsi_id in the udev tree to version 0.5.
Diffstat (limited to 'extras/scsi_id/Makefile')
-rw-r--r-- | extras/scsi_id/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 6af4d7f18e..8fe29f3647 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.4 +SCSI_ID_VERSION=0.5 prefix = etcdir = ${prefix}/etc @@ -71,5 +71,6 @@ clean: rm -f $(PROG) $(OBJS) $(GEN_HEADER) spotless: clean + $(PROG): $(OBJS) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS) |