From 63cccae4684f83d2a462bc8abf24e51d1bd6efb6 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:58 +0100 Subject: Imported from util-linux-2.11t tarball. --- hwclock/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hwclock/Makefile') diff --git a/hwclock/Makefile b/hwclock/Makefile index 70ff6436c..88aa50cd8 100644 --- a/hwclock/Makefile +++ b/hwclock/Makefile @@ -16,9 +16,9 @@ SBIN= hwclock all: $(SBIN) -hwclock.o: hwclock.c shhopt.h +hwclock.o: hwclock.c hwclock.o cmos.o rtc.o kd.o: clock.h -hwclock: hwclock.o shhopt.o cmos.o rtc.o kd.o +hwclock: hwclock.o cmos.o rtc.o kd.o CWFLAGS := $(subst -Wmissing-prototypes,,$(CFLAGS)) -- cgit v1.2.3-55-g7522