summaryrefslogtreecommitdiff
path: root/extras/ata_id
diff options
context:
space:
mode:
Diffstat (limited to 'extras/ata_id')
-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 fb45bcca64..eab01ad9ab 100644
--- a/extras/ata_id/Makefile
+++ b/extras/ata_id/Makefile
@@ -28,7 +28,7 @@ INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
-OBJS = ata_id.o ../../udev.a
+OBJS = ata_id.o $(LIBUDEV)
$(OBJS): $(HEADERS)