diff options
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 7f673092..98e6391f 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -53,8 +53,8 @@ relink: rm -f ufs $(OBJS): ufs.h -$(OBJS): $(addprefix $(headers)/hurd/,diskfs.h pager.h ioserver.h \ - fshelp.h ports.h) +$(OBJS): $(addprefix $(includedir)/hurd/,diskfs.h pager.h ioserver.h \ + fshelp.h ports.h) alloc.o: fs.h dinode.h consts.o: dinode.h dir.o: dir.h |