[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / gacutil / Makefile
index 330545cae82068e55cfb0f81b6a77fa0c574d9f5..f98314ecec7afb9db0957bb70edde80431c647b9 100644 (file)
@@ -2,12 +2,9 @@ thisdir = tools/gacutil
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:Mono.Security.dll 
+LIB_REFS = Mono.Security
+LOCAL_MCS_FLAGS = -unsafe
 
-ifeq (net_1_1_bootstrap, $(PROFILE))
-PROGRAM = $(topdir)/class/lib/$(PROFILE)/gacutil.exe
-else
 PROGRAM = gacutil.exe
-endif
 
 include ../../build/executable.make