aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-16 13:57:52 +0000
committercrunchy <crunchy>2002-09-16 13:57:52 +0000
commit4b5697d9e49aa865058acf71b9a464ff939e8b1e (patch)
tree3f3a4cbcc1a386d87df68080d7f884065177d205 /kernel
parente60f78c51d4f6a3f4cc16762d2cd4081781555a1 (diff)
downloadmpiosh-4b5697d9e49aa865058acf71b9a464ff939e8b1e.tar.gz
mpiosh-4b5697d9e49aa865058acf71b9a464ff939e8b1e.tar.bz2
mpiosh-4b5697d9e49aa865058acf71b9a464ff939e8b1e.zip
fixed bug in rpm
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/Makefile.am b/kernel/Makefile.am
index f308f60..5772839 100644
--- a/kernel/Makefile.am
+++ b/kernel/Makefile.am
@@ -9,6 +9,10 @@ all: mpio.o
mpio.o: mpio.c
$(CC) -c $(KCFLAGS) $(INCLUDES) $<
+install-strip:
+ $(mkinstalldirs) $(DESTDIR)@MODULE_PATH@
+ $(INSTALL_PROGRAM) -m 644 mpio.o $(DESTDIR)@MODULE_PATH@
+
install:
$(mkinstalldirs) $(DESTDIR)@MODULE_PATH@
$(INSTALL_PROGRAM) -m 644 mpio.o $(DESTDIR)@MODULE_PATH@