summaryrefslogtreecommitdiff
path: root/mach/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-10-27 23:28:00 +0000
committerRoland McGrath <roland@gnu.org>1993-10-27 23:28:00 +0000
commitb125f67f542f98c57d5b8292e6f06d6e8fc3fd40 (patch)
treeed41c7eb88ab33b4d01bf69b6db854f5eb422fa2 /mach/Makefile
parenta3259e4cb0f7d64ec1f97ae0d6d118c50000174c (diff)
Formerly ../mach/Makefile.~54~
Diffstat (limited to 'mach/Makefile')
-rw-r--r--mach/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mach/Makefile b/mach/Makefile
index d91833be71..9d406601df 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -79,9 +79,9 @@ $(addprefix $(mach-srcdir)/,$(mach-headers)) : ;
install-others += $(addprefix $(includedir)/,$(mach-headers))
$(includedir)/%: $(mach-srcdir)/%; $(do-install)
-# Make a symlink for mach/machine in the installed include directory.
-install-others += $(includedir)/mach/machine
-$(includedir)/mach/machine: $(common-objpfx)config.make
+# Make symlinks for machine and mach/machine in the include directory.
+install-others += $(includedir)/mach/machine $(includedir)/machine
+$(includedir)/mach/machine $(includedir)/machine: $(common-objpfx)config.make
-rm -f $@
cd $(@D); ln -s $(config-machine) $(@F)