diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 13:00:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-28 13:00:43 +0000 |
commit | 9c88ba80b9d566ab7e3dc752fa68ae82aed54212 (patch) | |
tree | 5b3ff74aeb9762fbad020288051603a39b32cf61 /include/scan.mk | |
parent | 340f1c3a76a20ef6189f9d1c2c5a9f02ca04ba33 (diff) | |
download | mtk-20170518-9c88ba80b9d566ab7e3dc752fa68ae82aed54212.zip mtk-20170518-9c88ba80b9d566ab7e3dc752fa68ae82aed54212.tar.gz mtk-20170518-9c88ba80b9d566ab7e3dc752fa68ae82aed54212.tar.bz2 |
more build system cleanup
SVN-Revision: 8206
Diffstat (limited to 'include/scan.mk')
-rw-r--r-- | include/scan.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scan.mk b/include/scan.mk index 552f146..53b66f3 100644 --- a/include/scan.mk +++ b/include/scan.mk @@ -68,3 +68,4 @@ tmp/.$(SCAN_TARGET): $(TARGET_STAMP) $(SCAN_STAMP) FORCE: .PHONY: FORCE +.NOTPARALLEL: |