summaryrefslogtreecommitdiff
path: root/extras/usb_id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/usb_id/Makefile')
-rw-r--r--extras/usb_id/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/usb_id/Makefile b/extras/usb_id/Makefile
index f6d26e1c4c..91b4d57d76 100644
--- a/extras/usb_id/Makefile
+++ b/extras/usb_id/Makefile
@@ -33,7 +33,7 @@ all: $(PROG) $(MAN_PAGES)
$(QUIET) $(CC) -c $(CFLAGS) $< -o $@
$(PROG): %: $(HEADERS) %.o $(OBJS)
- $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS)
+ $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIB_OBJS)
ifneq ($(strip $(STRIPCMD)),)
$(QUIET) $(STRIPCMD) $@
endif