Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 make this rebuild generated files by default



details:   https://anonhg.NetBSD.org/src/rev/ee4355cac304
branches:  trunk
changeset: 574355:ee4355cac304
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Feb 26 23:46:05 2005 +0000

description:
make this rebuild generated files by default
also, remove unneeded clean target

diffstat:

 sys/compat/osf1/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r aa8a17be2bfb -r ee4355cac304 sys/compat/osf1/Makefile
--- a/sys/compat/osf1/Makefile  Sat Feb 26 23:44:37 2005 +0000
+++ b/sys/compat/osf1/Makefile  Sat Feb 26 23:46:05 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2003/11/15 20:30:59 thorpej Exp $
+#      $NetBSD: Makefile,v 1.5 2005/02/26 23:46:05 perry Exp $
 
 .include <bsd.sys.mk>          # for HOST_SH
 
@@ -8,5 +8,6 @@
 ${OBJS}: ${DEP}
        ${HOST_SH} ../../kern/makesyscalls.sh syscalls.conf syscalls.master
 
-clean:
-       rm -f ${OBJS}
+all: ${OBJS}
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index