From ac0b397708f770dd3081a7742f4f764385a9ad91 Mon Sep 17 00:00:00 2001
From: crunchy <crunchy>
Date: Sat, 21 Sep 2002 08:30:24 +0000
Subject: Makefile.am fixed

---
 ChangeLog          |  5 +++++
 kernel/Makefile.am | 13 ++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e5f1cfd..af3b3b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-21  Andreas Buesching  <crunchy@tzi.de>
+
+	* kernel/Makefile.am: add target clean and fixed the install
+	target to not strip the kernel module
+
 2002-09-21  Yuji Touya  <salmoon@users.sourceforge.net>
 
 	* README: Add a few lines about Hot plug for 2.4.x
diff --git a/kernel/Makefile.am b/kernel/Makefile.am
index 72671c2..63932ba 100644
--- a/kernel/Makefile.am
+++ b/kernel/Makefile.am
@@ -9,14 +9,9 @@ all: mpio.o
 mpio.o: mpio.c
 	$(CC) -c $(KCFLAGS) $(INCLUDES) $<
 
+clean:
+	rm -f mpio.o
+
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)@MODULE_PATH@
-	$(INSTALL_PROGRAM) -m 644 mpio.o $(DESTDIR)@MODULE_PATH@
-
-# 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@
+	$(INSTALL_SCRIPT) -m 644 mpio.o $(DESTDIR)@MODULE_PATH@
-- 
cgit v1.2.3