From 63c22107bb1b9370a2d99887d667a377ff412020 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 24 Oct 1998 18:43:25 +0000 Subject: 1998-10-24 Roland McGrath * Makefile.in (mach_machine): Don't depend on config.status, since it is always newer than the symlink target. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0d61535..2b5582d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -275,7 +275,7 @@ mach/machine: mach_machine test -d $(@D) || mkdir $(@D) rm -f $@ ln -s ../mach_machine mach/machine -mach_machine: config.status +mach_machine: rm -f $@ ln -s $(srcdir)/$(systype)/include/mach/$(systype) mach_machine -- cgit v1.2.3