summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-22 15:49:05 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-22 15:49:05 +0000
commitfb8971d5fe4a8b823628303f32de7d5986766949 (patch)
tree4b57cf93214d6546c2c218d8928c9a175f1b7e66 /hurd
parenta5262c0afdf44c7524d67858ead70b6fcdd4f58e (diff)
Formerly Makefile.~12~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index e4fd5861..5d2e2a42 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -21,3 +21,14 @@ DIST_FILES = ChangeLog Makefile *.defs subsystems $(HDRS)
HDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h
+# XXX This should be done by the individual libraries' install targets XXX
+REMHDRS = ../libioserver/ioserver.h \
+ ../libports/ports.h \
+ ../libpager/pager.h \
+ ../libfshelp/fshelp.h \
+ ../libdiskfs/diskfs.h \
+ ../libtrivfs/trivfs.h \
+ ../libthreads/cthreads.h
+
+dohdrs:
+ ln -s $(REMHDRS) .