Merge pull request #1624 from esdrubal/getprocesstimes
[mono.git] / mcs / tools / gacutil / Makefile
index 330545cae82068e55cfb0f81b6a77fa0c574d9f5..878830f124886cd0723c47115b443a2f065003ac 100644 (file)
@@ -2,12 +2,8 @@ thisdir = tools/gacutil
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:Mono.Security.dll 
+LOCAL_MCS_FLAGS = -r:Mono.Security.dll -unsafe
 
-ifeq (net_1_1_bootstrap, $(PROFILE))
-PROGRAM = $(topdir)/class/lib/$(PROFILE)/gacutil.exe
-else
 PROGRAM = gacutil.exe
-endif
 
 include ../../build/executable.make