fix parallel 'make install' (Alon Bar-Lev)

master
szaka 2008-05-24 17:37:46 +00:00
parent 5e1684ee29
commit 9186ebc4d6
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ install-exec-local:
$(INSTALL) -d "$(DESTDIR)/sbin"
$(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g"
install-data-local:
$(INSTALL) -d "$(DESTDIR)$(man8dir)"
install-data-local: install-man8
$(LN_S) -f ntfs-3g.8 "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"
uninstall-local: