]> Zhao Yanbai Git Server - minix.git/commitdiff
order changed for printf()
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:47:25 +0000 (10:47 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:47:25 +0000 (10:47 +0000)
servers/pm/Makefile

index f671ff4fc37b188c29b8077e5c5ea588783a9e49..ed858f5a4ef7dabc3244350bb074768ae6cfe00f 100644 (file)
@@ -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