summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-04 19:46:47 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-04 19:46:47 +0000
commita7664d03a1baaba45c72bdb92f4b0cfcb16463ed (patch)
treec3ca57bab4448c8dde5ea63bca92ecc9fb2a3ecb /Makefile.in
parentc34a2858c6307d178536eacfee4073137225e566 (diff)
Mon Jul 28 17:01:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* COPYING: New file. * Makefile.in (topfiles): Add COPYING.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3fba3e7..230c968 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,7 +74,7 @@ all-archs-configures = $(patsubst %,$(srcdir)/%/configure,$(all-archs))
# Files distributed from the top level directory:
topfiles = ChangeLog ChangeLog.0 ChangeLog.00 Drivers.macros Makefile.in \
README INSTALL config.guess config.sub configure configure.in \
- gensym.awk install-sh version.c NEWS aclocal.m4
+ gensym.awk install-sh version.c NEWS aclocal.m4 COPYING
# All the source in each directory.
@@ -336,7 +336,7 @@ install: mkinstalldirs kernel $(installed-headers-names) $(installed-sysdep-head
$(INSTALL_PROGRAM) kernel $(bootdir)/gnumach
$(INSTALL_PROGRAM) cross-mig $(bindir)/mig
test -z "$(cross-migcom)" || $(INSTALL_PROGRAM) cross-migcom $(libexecdir)/migcom
- -ln -s $(systype) $(includedir)/mach/machine
+ ln -sf $(systype) $(includedir)/mach/machine
$(installed-headers-names): $(includedir)/%: $(srcdir)/include/%
$(INSTALL_DATA) $< $@