]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - Makefile
linux-user, s390x: add syscall table generation support
[thirdparty/qemu.git] / Makefile
index 2e930688942b1b80b9651109f7309d34bec70eec..37aed4a244228c183fdc36c6b97fab270c6f3b94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,6 @@ UNCHECKED_GOALS := %clean TAGS cscope ctags dist \
     help check-help print-% \
     docker docker-% vm-help vm-test vm-build-%
 
-print-%:
-       @echo '$*=$($*)'
-
 # All following code might depend on configuration variables
 ifneq ($(wildcard config-host.mak),)
 # Put the all: rule here so that config-host.mak can contain dependencies.