-
Markus Armbruster authored
Recent commit "Makefile: Reuse all's recursion machinery for clean and install" broke targets clean and distclean in the source directory before running configure: $ make clean LD recurse-clean.mo cc: fatal error: no input files compilation terminated. make: *** [rules.mak:118: recurse-clean.mo] Error 1 Root cause is missing .PHONY. Fix that. Fixes: 1338a4b7 Reported-by:
Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by:
Markus Armbruster <armbru@redhat.com>
Reviewed-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by:
Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>Markus Armbruster authoredRecent commit "Makefile: Reuse all's recursion machinery for clean and install" broke targets clean and distclean in the source directory before running configure: $ make clean LD recurse-clean.mo cc: fatal error: no input files compilation terminated. make: *** [rules.mak:118: recurse-clean.mo] Error 1 Root cause is missing .PHONY. Fix that. Fixes: 1338a4b7 Reported-by:
Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by:
Markus Armbruster <armbru@redhat.com>
Reviewed-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by:
Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Loading