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 --- trans/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trans') diff --git a/trans/Makefile b/trans/Makefile index 830c8bc2..17f90bcd 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -29,9 +29,9 @@ CPROG_WITHOUT_UTIL= \ # 下面這些程式會被 install PROGS= ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL}\ -LDLIBS+=$(SRCROOT)/common/osdep/libosdep.a \ +LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \ $(SRCROOT)/common/sys/libcmsys.a \ - $(SRCROOT)/common/bbs/libcmbbs.a + $(SRCROOT)/common/osdep/libosdep.a all: $(SRCROOT)/include/var.h ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL} ${PROGS} -- cgit v1.2.3