summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-01-06 11:33:20 +0000
committerPeter Simons <simons@cryp.to>2011-01-06 11:33:20 +0000
commit9076331df37c649b88577f57d36a94b538c22bab (patch)
tree6a81650633f170570d134d93870f2084661c98b8 /pkgs/os-specific
parent3fed0dff5d091135807c766c1f276f3315d667d9 (diff)
downloadnixlib-9076331df37c649b88577f57d36a94b538c22bab.tar
nixlib-9076331df37c649b88577f57d36a94b538c22bab.tar.gz
nixlib-9076331df37c649b88577f57d36a94b538c22bab.tar.bz2
nixlib-9076331df37c649b88577f57d36a94b538c22bab.tar.lz
nixlib-9076331df37c649b88577f57d36a94b538c22bab.tar.xz
nixlib-9076331df37c649b88577f57d36a94b538c22bab.tar.zst
nixlib-9076331df37c649b88577f57d36a94b538c22bab.zip
pkgs/os-specific/linux/kernel-headers/2.6.28.nix: fix build errors with GNU Make 3.82
  Makefile:1607: *** mixed implicit and normal rules.  Stop.

This patch is probably required in other kernel versions, too. I don't
know for sure, though.

svn path=/nixpkgs/trunk/; revision=25442
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel-headers/2.6.28.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel-headers/2.6.28.nix b/pkgs/os-specific/linux/kernel-headers/2.6.28.nix
index a85e6f79bf1b..98a06556a194 100644
--- a/pkgs/os-specific/linux/kernel-headers/2.6.28.nix
+++ b/pkgs/os-specific/linux/kernel-headers/2.6.28.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
   patchPhase = ''
     patch --verbose -p1 < "${./unifdef-getline.patch}"
     sed -i '/scsi/d' include/Kbuild
+    sed -i 's|/ %/: prepare scripts FORCE|%/: prepare scripts FORCE|' Makefile
   '';
 
   buildPhase = ''