From da6382afa9cc31ed70b028839f8188953a061a9c Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 10 Aug 2003 12:23:11 +0000 Subject: replace FreeBSD macro with __FreeBSD__ replace Linux macro with __linux__ replace make with $(MAKE) OSTYPE in cmdline doesn't need anymore git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1091 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/Makefile') diff --git a/sample/Makefile b/sample/Makefile index 7ba47da6..832eba59 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -6,6 +6,6 @@ all: install: @for i in $(SUBDIR); do\ cd $$i;\ - make BBSHOME=$(BBSHOME) OSTYPE=$(OSTYPE) $@;\ + $(MAKE) BBSHOME=$(BBSHOME) $@;\ cd ..;\ done -- cgit v1.2.3