summaryrefslogtreecommitdiffstats
path: root/hwclock/Makefile
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:58 +0100
committerKarel Zak2006-12-07 00:25:58 +0100
commit63cccae4684f83d2a462bc8abf24e51d1bd6efb6 (patch)
tree433db3f0b44e0f46e4130141f4a59db9c3564557 /hwclock/Makefile
parentImported from util-linux-2.11r tarball. (diff)
downloadkernel-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/Makefile4
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))