]> Zhao Yanbai Git Server - minix.git/commitdiff
readclock easily runs out of stack with so little of it.
authorBen Gras <ben@minix3.org>
Fri, 6 Feb 2009 16:28:35 +0000 (16:28 +0000)
committerBen Gras <ben@minix3.org>
Fri, 6 Feb 2009 16:28:35 +0000 (16:28 +0000)
drivers/readclock/Makefile

index 66a32f850e34f0d24151e9de8a51922b3b957675..73867d1754e48467e3639f1ffff80f152cf9520f 100644 (file)
@@ -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)