diff options
Diffstat (limited to 'sample/Makefile')
-rw-r--r-- | sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |