diff options
author | Karel Zak | 2006-12-07 00:25:58 +0100 |
---|---|---|
committer | Karel Zak | 2006-12-07 00:25:58 +0100 |
commit | 63cccae4684f83d2a462bc8abf24e51d1bd6efb6 (patch) | |
tree | 433db3f0b44e0f46e4130141f4a59db9c3564557 /hwclock/Makefile | |
parent | Imported from util-linux-2.11r tarball. (diff) | |
download | kernel-qcow2-util-linux-63cccae4684f83d2a462bc8abf24e51d1bd6efb6.tar.gz kernel-qcow2-util-linux-63cccae4684f83d2a462bc8abf24e51d1bd6efb6.tar.xz kernel-qcow2-util-linux-63cccae4684f83d2a462bc8abf24e51d1bd6efb6.zip |
Imported from util-linux-2.11t tarball.
Diffstat (limited to 'hwclock/Makefile')
-rw-r--r-- | hwclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |