summaryrefslogtreecommitdiff
path: root/extras/floppy
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/floppy
parent264ccb68ee070adcb7b38b3a139adf018ba9089e (diff)
Makefile: remove all the duplicated rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/floppy')
-rw-r--r--extras/floppy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/floppy/Makefile b/extras/floppy/Makefile
index ab0cd17e58..5380590c9b 100644
--- a/extras/floppy/Makefile
+++ b/extras/floppy/Makefile
@@ -28,7 +28,7 @@ INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
-OBJS = $(PROG).o ../../udev.a
+OBJS = $(PROG).o $(LIBUDEV)
$(OBJS): $(HEADERS)