* makeFlags -> buildFlags in a few places.

svn path=/nixpkgs/trunk/; revision=7503
This commit is contained in:
Eelco Dolstra
2006-12-27 18:34:35 +00:00
parent b8b44e026c
commit f861c8b66c
17 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ stdenv.mkDerivation {
inherit motif;
buildInputs = [x11 motif libXpm];
makeFlags = if stdenv.system == "i686-linux" then "linux" else "";
buildFlags = if stdenv.system == "i686-linux" then "linux" else "";
}