From: Ben Gras Date: Tue, 20 Jun 2006 10:47:25 +0000 (+0000) Subject: order changed for printf() X-Git-Tag: v3.1.3~307 X-Git-Url: http://zhaoyanbai.com/repos/addsub.png?a=commitdiff_plain;h=705f1039d9cce3c00ce064c5d4c78e21a4c5ff32;p=minix.git order changed for printf() --- diff --git a/servers/pm/Makefile b/servers/pm/Makefile index f671ff4fc..ed858f5a4 100644 --- a/servers/pm/Makefile +++ b/servers/pm/Makefile @@ -19,7 +19,7 @@ OBJ = main.o forkexit.o break.o exec.o time.o timers.o \ # build local binary all build: $(SERVER) $(SERVER): $(OBJ) - $(CC) -o $@ $(LDFLAGS) $(OBJ) -lsys -lsysutil -ltimers + $(CC) -o $@ $(LDFLAGS) $(OBJ) -lsysutil -lsys -ltimers install -S 256w $@ # install with other servers