[kernel] r13241 - dists/trunk/linux-kbuild-2.6/scripts/mod

Bastian Blank waldi at alioth.debian.org
Tue Mar 24 10:49:25 UTC 2009


Author: waldi
Date: Tue Mar 24 10:49:24 2009
New Revision: 13241

Log:
scripts/mod/Makefile: Don't expect script to be executable.


Modified:
   dists/trunk/linux-kbuild-2.6/scripts/mod/Makefile

Modified: dists/trunk/linux-kbuild-2.6/scripts/mod/Makefile
==============================================================================
--- dists/trunk/linux-kbuild-2.6/scripts/mod/Makefile	(original)
+++ dists/trunk/linux-kbuild-2.6/scripts/mod/Makefile	Tue Mar 24 10:49:24 2009
@@ -18,7 +18,7 @@
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
 
 modpost.h: $(top_srcdir)/kbuild/scripts/mod/modpost.c
-	./gendef.py $< > $@
+	python ./gendef.py $< > $@
 
 modpost.o: modpost.c modpost.h
 



More information about the Kernel-svn-changes mailing list