@@ -92,11 +92,11 @@ install-lib-2 install-lib-4:
9292@gacutil -i$(outdir )$(ASSEMBLY ) -root$(DESTDIR ) /$(libdir ) -package$(TARGET )
9393@iftest -e$(outdir )$(NAME ) .sigdata; then \
9494$(INSTALL_LIB ) $(outdir )$(NAME ) .sigdata$(DESTDIR ) /$(libdir ) mono/gac/$(NAME ) /$(VERSION ) __$(TOKEN ) ; \
95- ln -fs$(DESTDIR ) /$(libdir ) mono/gac/ $( NAME ) / $( VERSION ) __ $( TOKEN ) / $(NAME ) .sigdata $( DESTDIR ) /$(libdir ) mono/ $( TARGET ) /$(NAME ) .sigdata; \
95+ ln -fs-t $(DESTDIR ) /$(libdir ) mono/$( TARGET ) / ../gac/ $(NAME ) /$(VERSION ) __ $( TOKEN ) /$(NAME ) .sigdata; \
9696fi
9797@iftest -e$(outdir )$(NAME ) .optdata; then \
9898$(INSTALL_LIB ) $(outdir )$(NAME ) .optdata$(DESTDIR ) /$(libdir ) mono/gac/$(NAME ) /$(VERSION ) __$(TOKEN ) ; \
99- ln -fs$(DESTDIR ) /$(libdir ) mono/gac/ $( NAME ) / $( VERSION ) __ $( TOKEN ) / $(NAME ) .optdata $( DESTDIR ) /$(libdir ) mono/ $( TARGET ) /$(NAME ) .optdata; \
99+ ln -fs-t $(DESTDIR ) /$(libdir ) mono/$( TARGET ) / ../gac/ $(NAME ) /$(VERSION ) __ $( TOKEN ) /$(NAME ) .optdata; \
100100fi
101101$(INSTALL_LIB ) $(outdir ) Microsoft.FSharp.targets$(DESTDIR ) /$(libdir ) mono/$(TARGET ) /;
102102