summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 13:51:27 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 13:51:27 +0800
commit90719e3873c5ee17cef3e647e8e940df828cda51 (patch)
tree053f2b10a9af365f49bc43b420cf9cf88f8eb73c /Makefile
parent574ac299fd75ed35b130394e4af7a464073d7988 (diff)
downloadpttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.tar
pttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.tar.gz
pttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.tar.bz2
pttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.tar.lz
pttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.tar.xz
pttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.tar.zst
pttbbs-90719e3873c5ee17cef3e647e8e940df828cda51.zip
* fix compile error
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3675 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0938dff..f90d90b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SUBDIR= mbbsd util innbbsd
+SUBDIR= src/libbbsutil src/libbbs mbbsd util innbbsd
all install clean:
.if !exists(/usr/local/lib/libhz.so) && !exists(/usr/lib/libhz.so)
@@ -10,5 +10,5 @@ all install clean:
@for i in $(SUBDIR); do\
cd $$i;\
$(MAKE) $@;\
- cd ..;\
+ cd -;\
done