X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=scripts%2Fmkmakefile;h=1cb174751429119a211aa0150a0b64d4750adaa2;hb=2865936259e27629fac422bc80c9b55ca1f108a5;hp=4d0faebb17199720d6126cfcef73af83626235ca;hpb=ecb41832bd2a7a3f8ac93527cec5e51e3827daed;p=linux.git diff --git a/scripts/mkmakefile b/scripts/mkmakefile index 4d0faebb1719..1cb174751429 100755 --- a/scripts/mkmakefile +++ b/scripts/mkmakefile @@ -12,6 +12,6 @@ if [ "${quiet}" != "silent_" ]; then fi cat << EOF > Makefile -# Automatically generated by $(realpath $0): don't edit -include $(realpath $1/Makefile) +# Automatically generated by $0: don't edit +include $1/Makefile EOF