diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 17:03:25 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 17:03:25 +0200 |
commit | 0e47c219fc5c509f277c9a44f2d29362fff88193 (patch) | |
tree | 345012dbc6fd395c339601e0a0cd63d1015959ba /extras/firmware | |
parent | 264ccb68ee070adcb7b38b3a139adf018ba9089e (diff) |
Makefile: remove all the duplicated rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/firmware')
-rw-r--r-- | extras/firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/firmware/Makefile b/extras/firmware/Makefile index 913a88db06..343d5295f1 100644 --- a/extras/firmware/Makefile +++ b/extras/firmware/Makefile @@ -28,7 +28,7 @@ INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} -OBJS = $(PROG).o $(VOLUME_ID_OBJS) ../../udev.a ../../libsysfs/sysfs.a +OBJS = $(PROG).o $(LIBUDEV) $(LIBSYSFS) HEADERS = $(OBJS): $(HEADERS) |