Source-Changes-HG archive

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

[src/trunk]: src/bin/csh move ${DEPENDSRCS} target to after .include <bsd.*.mk>



details:   https://anonhg.NetBSD.org/src/rev/dda901604e32
branches:  trunk
changeset: 550059:dda901604e32
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 29 01:34:16 2003 +0000

description:
move ${DEPENDSRCS} target to after .include <bsd.*.mk>

diffstat:

 bin/csh/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 944a33519d41 -r dda901604e32 bin/csh/Makefile
--- a/bin/csh/Makefile  Tue Jul 29 01:26:15 2003 +0000
+++ b/bin/csh/Makefile  Tue Jul 29 01:34:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2003/07/28 15:25:02 lukem Exp $
+#      $NetBSD: Makefile,v 1.22 2003/07/29 01:34:16 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 #
 # C Shell with process control; VM/UNIX VAX Makefile
@@ -39,8 +39,6 @@
            sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
            sort >> ${.TARGET}
 
-${DEPENDSRCS} alloc.o: const.h errnum.h 
-
 alloc.o const.o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o \
     hist.o init.o lex.o misc.o parse.o proc.o sem.o set.o str.o time.o: const.h
 
@@ -50,3 +48,5 @@
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>
+
+${DEPENDSRCS} alloc.o: const.h errnum.h 



Home | Main Index | Thread Index | Old Index