From: short <> Date: Wed, 20 Aug 2003 17:29:59 +0000 (+0000) Subject: Fixed custom lufs module build if lufs-devel is not yet installed. X-Git-Tag: lufs_0_9_6_captive1~38 X-Git-Url: http://git.jankratochvil.net/?p=lufs.git;a=commitdiff_plain;h=17638bc2970530e8724300b669111e0c45185678 Fixed custom lufs module build if lufs-devel is not yet installed. --- diff --git a/kernel/Linux/modbin/Makefile.am b/kernel/Linux/modbin/Makefile.am index 34a35b6..d808e45 100644 --- a/kernel/Linux/modbin/Makefile.am +++ b/kernel/Linux/modbin/Makefile.am @@ -7,7 +7,9 @@ CLEANFILES=$(modbin_DATA) all-local: *.o *.o: - $(srcdir)/../prepmod --modbindir=. --basedir=$(srcdir)/.. --prebuild \ + $(srcdir)/../prepmod --modbindir=. --basedir=$(srcdir)/.. \ + --kernel-gcc-args="-I$(top_srcdir)/include" \ + --prebuild \ $(wildcard /usr/src/kernel-headers-*) \ $(wildcard $(top_srcdir)/../kernel-source-*.rpm)