summaryrefslogtreecommitdiffstats
path: root/upgrade
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-29 23:18:26 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-29 23:18:26 +0800
commit04b785848b45f4c40155bc9f1f67533fd56f7c0b (patch)
treed7db8d9118422c10f047f58aaf6a32bb595c2d36 /upgrade
parent1014ca221ba68f0188dd2f4c119eddeb6ed3b35f (diff)
downloadpttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.tar
pttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.tar.gz
pttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.tar.bz2
pttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.tar.lz
pttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.tar.xz
pttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.tar.zst
pttbbs-04b785848b45f4c40155bc9f1f67533fd56f7c0b.zip
- upgrade script: fix Makefile for compilation.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4042 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'upgrade')
-rw-r--r--upgrade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/upgrade/Makefile b/upgrade/Makefile
index f7401730..51633d9f 100644
--- a/upgrade/Makefile
+++ b/upgrade/Makefile
@@ -12,8 +12,8 @@ BBSBASE= $(SRCROOT)/include/var.h
util_cache.o util_record.o util_passwd.o util_var.o \
util_stuff.o
-LIBS+= $(SRCROOT)/common/sys/libcmsys.a \
- $(SRCROOT)/common/bbs/libcmbbs.a
+LDLIBS+= $(SRCROOT)/common/sys/libcmsys.a \
+ $(SRCROOT)/common/bbs/libcmbbs.a
all:
echo "Usually you won't build everything for upgrading, so we let you decide what to run."