From 38734679e4a63712715368e95081cd21a2d0d1d1 Mon Sep 17 00:00:00 2001 From: crunchy Date: Sun, 15 Sep 2002 14:55:57 +0000 Subject: spec file; fixes --- kernel/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kernel') diff --git a/kernel/Makefile.am b/kernel/Makefile.am index ba6402f..f308f60 100644 --- a/kernel/Makefile.am +++ b/kernel/Makefile.am @@ -2,12 +2,13 @@ INCLUDES=-I/usr/src/linux/include KCFLAGS=-D__KERNEL__ -I$(INCLUDE) -Wall -Wstrict-prototypes -O2 \ -fomit-frame-pointer -pipe -DMODULE -bin_PROGRAMS=mpio.o - -mpio_o_SOURCES=mpio.c +EXTRA_DIST=mpio.c all: mpio.o mpio.o: mpio.c $(CC) -c $(KCFLAGS) $(INCLUDES) $< +install: + $(mkinstalldirs) $(DESTDIR)@MODULE_PATH@ + $(INSTALL_PROGRAM) -m 644 mpio.o $(DESTDIR)@MODULE_PATH@ -- cgit v1.2.3