summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-31 23:36:25 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-31 23:36:25 +0200
commit7596a562988b45b62dcac6daac3663524cc8f930 (patch)
tree46c5a0213d62e4912f7e396b4fd1c9d7cc620547 /extras
parent7b4f33ce60246ad1ba518cf054ec3322ea6f9954 (diff)
scsi_id: rename SYSFS to LIBSYSFS
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras')
-rw-r--r--extras/scsi_id/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile
index 24c1b32128..3c38d6171e 100644
--- a/extras/scsi_id/Makefile
+++ b/extras/scsi_id/Makefile
@@ -31,7 +31,7 @@ INSTALL_DATA = ${INSTALL} -m 644
CFLAGS+=-Wall -fno-builtin
PROG=scsi_id
-SYSFS=-lsysfs
+LIBSYSFS=-lsysfs
#
# Built static and stripped when built with udev.
@@ -76,5 +76,5 @@ spotless: clean
$(QUIET) $(CC) $(CFLAGS) -c -o $@ $<
$(PROG): $(OBJS)
- $(QUIET) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(SYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
+ $(QUIET) $(LD) $(LDFLAGS) -o $(PROG) $(CRT0) $(OBJS) $(LIBSYSFS) $(LIB_OBJS) $(ARCH_LIB_OBJS)