Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cdddecc authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents ac0b50dd 971edcfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
test ! -r $2/Makefile -o -O $2/Makefile || exit 0
# Only overwrite automatically generated Makefiles
# (so we do not overwrite kernel Makefile)
if ! grep -q Automatically $2/Makefile
if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
then
	exit 0
fi