Remove ChangeLog references from Makefile and .gitattribute
[mono.git] / mcs / ilasm / Makefile
index 0edc068b6a13146bfd112e81a3c223ddef9a440b..6b24d0d0536c459fe9a0496212cf326288057754 100644 (file)
@@ -4,18 +4,16 @@ include ../build/rules.make
 
 PROGRAM = ilasm.exe
 BUILT_SOURCES = ILParser.cs
-LOCAL_MCS_FLAGS = /lib:../class/lib/ /r:PEAPI.dll
+LOCAL_MCS_FLAGS = /lib:../class/lib/$(PROFILE) /r:../class/lib/$(PROFILE)/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll
 
 CLEAN_FILES = parser/y.output
 
 EXTRA_DISTFILES = \
        parser/ILParser.jay     \
-       parser/ChangeLog        \
-       scanner/ChangeLog       \
-       tests/ChangeLog         \
        $(wildcard tests/*.il)
 
 ILParser.cs: parser/ILParser.jay $(topdir)/jay/skeleton.cs
-       $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $< >$@
+       $(topdir)/jay/jay -ct < $(topdir)/jay/skeleton.cs $(CURDIR)/$< >$@
 
 include ../build/executable.make
+