summaryrefslogtreecommitdiff
path: root/extras/ata_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-30 17:03:25 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-30 17:03:25 +0200
commit0e47c219fc5c509f277c9a44f2d29362fff88193 (patch)
tree345012dbc6fd395c339601e0a0cd63d1015959ba /extras/ata_id
parent264ccb68ee070adcb7b38b3a139adf018ba9089e (diff)
Makefile: remove all the duplicated rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
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)