From 705f1039d9cce3c00ce064c5d4c78e21a4c5ff32 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 20 Jun 2006 10:47:25 +0000 Subject: [PATCH] order changed for printf() --- servers/pm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0