From 1347f95d83b908cd4e61904154feed6ae9ab7389 Mon Sep 17 00:00:00 2001 From: wens Date: Sat, 28 Jun 2008 15:50:14 +0000 Subject: Reorder libraries. Use time() in fhdr_stamp.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4384 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 38586512..3b084122 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -86,9 +86,9 @@ LDFLAGS+=-Wl,--sort-common #OBJS+= ../upgrade/merge_sob.o #.endif -LDLIBS+=$(SRCROOT)/common/osdep/libosdep.a \ - $(SRCROOT)/common/bbs/libcmbbs.a \ - $(SRCROOT)/common/sys/libcmsys.a +LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \ + $(SRCROOT)/common/sys/libcmsys.a \ + $(SRCROOT)/common/osdep/libosdep.a ####################################################################### # Make Rules -- cgit v1.2.3