diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -148,7 +148,7 @@ include/config/MARKER: depend scripts/split-include | |||
| 148 | 148 | ||
| 149 | include/config.h: .config | 149 | include/config.h: .config |
| 150 | @if [ ! -x ./scripts/config/conf ] ; then \ | 150 | @if [ ! -x ./scripts/config/conf ] ; then \ |
| 151 | make -C scripts/config conf; \ | 151 | $(MAKE) -C scripts/config conf; \ |
| 152 | fi; | 152 | fi; |
| 153 | @./scripts/config/conf -o sysdeps/$(TARGET_OS)/Config.in | 153 | @./scripts/config/conf -o sysdeps/$(TARGET_OS)/Config.in |
| 154 | 154 | ||
| @@ -168,12 +168,12 @@ all: menuconfig | |||
| 168 | # --------------------------------------------------------------------------- | 168 | # --------------------------------------------------------------------------- |
| 169 | 169 | ||
| 170 | scripts/config/conf: | 170 | scripts/config/conf: |
| 171 | make -C scripts/config conf | 171 | $(MAKE) -C scripts/config conf |
| 172 | -@if [ ! -f .config ] ; then \ | 172 | -@if [ ! -f .config ] ; then \ |
| 173 | cp sysdeps/$(TARGET_OS)/defconfig .config; \ | 173 | cp sysdeps/$(TARGET_OS)/defconfig .config; \ |
| 174 | fi | 174 | fi |
| 175 | scripts/config/mconf: | 175 | scripts/config/mconf: |
| 176 | make -C scripts/config ncurses conf mconf | 176 | $(MAKE) -C scripts/config ncurses conf mconf |
| 177 | -@if [ ! -f .config ] ; then \ | 177 | -@if [ ! -f .config ] ; then \ |
| 178 | cp sysdeps/$(TARGET_OS)/defconfig .config; \ | 178 | cp sysdeps/$(TARGET_OS)/defconfig .config; \ |
| 179 | fi | 179 | fi |
