kbuild: get rid of $(realpath ...) from scripts/mkmakefile
[linux-2.6-microblaze.git] / scripts / mkmakefile
index 4d0faeb..1cb1747 100755 (executable)
@@ -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