From f076301f829cd83641259802d5bb9ef04f527946 Mon Sep 17 00:00:00 2001 From: wens Date: Fri, 13 Jun 2008 08:05:51 +0000 Subject: Makefile cleanup git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4349 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78ded7c9..42867b9a 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,3 @@ SUBDIR= common mbbsd util innbbsd trans -all install clean: -.if !exists(/usr/local/lib/libhz.so) && !exists(/usr/lib/libhz.so) - @echo "sorry, libhz not found." - @echo "above FreeBSD, please install /usr/ports/chinese/autoconvert" - @echo "above Debian/Linux, please install package libhz0" - @exit 1 -.endif - @for i in $(SUBDIR); do\ - cd $$i;\ - $(MAKE) $@;\ - cd -;\ - done +.include -- cgit v1.2.3