From: Ben Gras Date: Fri, 6 Feb 2009 16:28:35 +0000 (+0000) Subject: readclock easily runs out of stack with so little of it. X-Git-Tag: v3.1.4~113 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=95ff97d4fb27d079d304dc6a93e9a66d093d8c85;p=minix.git readclock easily runs out of stack with so little of it. --- diff --git a/drivers/readclock/Makefile b/drivers/readclock/Makefile index 66a32f850..73867d175 100644 --- a/drivers/readclock/Makefile +++ b/drivers/readclock/Makefile @@ -14,7 +14,7 @@ OBJ = readclock.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 8k $(DRIVER) + install $(DRIVER) # install with other drivers install: /sbin/$(DRIVER)