diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 23:17:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 23:17:11 +0000 |
commit | 02f67cf624b9e6dc8020e1123b63356ee29a645d (patch) | |
tree | a07b427a7849877f18a52f2fe4e1830a733bff8e | |
parent | 74a262856f5e824473f28f3028d85dbdf8f33bfa (diff) |
(ourfs_notify.defs): SYMLINK it.
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 938281c6..4ee6d2f4 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -80,5 +80,5 @@ ourfs_notify_U.h ourfs_notifyUser.c: ourfs_notify.defs $(includedir)/hurd/hurd_t ourfs_notify.defs: $(includedir)/hurd/fs_notify.defs rm -f $@ - ln $< $@ + ln -s $< $@ |