Remove ChangeLog references from Makefile and .gitattribute
[mono.git] / mcs / ilasm / Makefile
index 2cc031dd59afb86c67fbdfb59143d689e44976d8..6b24d0d0536c459fe9a0496212cf326288057754 100644 (file)
@@ -2,7 +2,7 @@ thisdir = ilasm
 SUBDIRS =
 include ../build/rules.make
 
-PROGRAM = $(topdir)/class/lib/$(PROFILE)/ilasm.exe
+PROGRAM = ilasm.exe
 BUILT_SOURCES = ILParser.cs
 LOCAL_MCS_FLAGS = /lib:../class/lib/$(PROFILE) /r:../class/lib/$(PROFILE)/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll
 
@@ -10,13 +10,10 @@ 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