summaryrefslogtreecommitdiff
path: root/extras/ata_id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/ata_id/Makefile')
-rw-r--r--extras/ata_id/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile
index ebf0f4e9b4..0a881fb194 100644
--- a/extras/ata_id/Makefile
+++ b/extras/ata_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 ($(STRIPCMD),)
$(QUIET) $(STRIPCMD) $@
endif