summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-24 18:43:25 +0000
committerRoland McGrath <roland@gnu.org>1998-10-24 18:43:25 +0000
commit63c22107bb1b9370a2d99887d667a377ff412020 (patch)
tree9d27de14f364ec7dad614a175988f954e9399dc1 /Makefile.in
parente08a60bb970c66f8dcb6a859eeca77837d2d086d (diff)
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
* Makefile.in (mach_machine): Don't depend on config.status, since it is always newer than the symlink target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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