diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 17:10:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 17:10:52 +0000 |
commit | 1167f510cce5c18e4a991dfd5896726232b77261 (patch) | |
tree | 5b10a42ac12d4806984bfa60c196695115b33a37 /libdiskfs | |
parent | 8a5bf7ab7dba3adba0bce9b1f5d05d685ac0c05f (diff) |
(DIST_FILES): Added ourfs_notify.defs.
(ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index c6548acc..8a92e1f1 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -45,6 +45,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = diskfs.h priv.h lithp.h fsmutations.h installhdrs = diskfs.h +DIST_FILES = ourfs_notify.defs MIGSTUBS = fsServer.o ioServer.o fsysServer.o execServer.o \ fsys_replyUser.o ourfs_notifyUser.o ifsockServer.o @@ -55,12 +56,3 @@ MIGSFLAGS = -imacros fsmutations.h MIGCOMSFLAGS = -prefix diskfs_ include ../Makeconf - -# We don't use those, so we're safe in breaking them. -ourfs_notify_U.h ourfs_notifyUser.c: ourfs_notify.defs $(includedir)/hurd/hurd_types.defs - $(CPP) $(CPPFLAGS) -Droutine=simpleroutine ourfs_notify.defs \ - | $(MIGCOM) -prefix nowait_ -server /dev/null -user ourfs_notifyUser.c -header ourfs_notify_U.h - -ourfs_notify.defs: $(includedir)/hurd/fs_notify.defs - rm -f $@ - ln -s $< $@ |