diff options
author | Brian Behlendorf <[email protected]> | 2009-03-10 10:57:52 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-03-11 12:37:34 -0700 |
commit | 0c617c9a63c733643019a8d930d902ce56b153cc (patch) | |
tree | 06495996357201096190238070b4da05dd141f4e /spl.spec.in | |
parent | d4326403de5f1fe9634c3d9468a51076eff702b6 (diff) |
Build system cleanup
1) Undefine non-unique entries in spl_config.h
2) Minor Makefile cleanup
3) Don't use includedir for proper kernel header install
Diffstat (limited to 'spl.spec.in')
-rw-r--r-- | spl.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spl.spec.in b/spl.spec.in index 3090ba710..cb2648509 100644 --- a/spl.spec.in +++ b/spl.spec.in @@ -69,7 +69,7 @@ symbols needed for building additional modules which use %{name}. %prep %setup %build -%configure --includedir=%{kdir}/include/spl --with-linux=%{kdir} +%configure --with-linux=%{kdir} make %install |