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 --- common/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 2fc631d4..5730a479 100644 --- a/common/Makefile +++ b/common/Makefile @@ -1,8 +1,3 @@ -SUBDIR= bbs sys +SUBDIR:= bbs sys -all install clean: - @for i in $(SUBDIR); do\ - cd $$i;\ - $(MAKE) $@;\ - cd -;\ - done +.include -- cgit v1.2.3