diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-28 01:16:34 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-28 01:16:34 -0600 |
| commit | c23e6bf05f7802e92fd3da69a1ed35e56f9c85bb (patch) | |
| tree | 3123feab1bfb66bb4078e38fca09824c4f514e88 /scripts | |
| parent | 10489c7ef7036daaa013abd115ca559210b34a2a (diff) | |
kbuild: Fix a "make -j<N>" warning
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 2c843e0380bc..e7c392fd5788 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -42,7 +42,7 @@ quiet_cmd_clean = CLEAN $(obj) __clean: $(subdir-ymn) ifneq ($(strip $(__clean-files) $(clean-rule)),) - $(call cmd,clean) + +$(call cmd,clean) else @: endif |
