diff --git a/Makefile b/Makefile index 8b94b5d..7c6c9f3 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: install: mkdir -p $(DESTDIR)/usr/lib/rpm/redhat cp -pr * $(DESTDIR)/usr/lib/rpm/redhat/ - rm -f $(DESTDIR)/usr/lib/rpm/redhat/Makefile + rm -f $(DESTDIR)/usr/lib/rpm/redhat/{Makefile,ChangeLog} tag-archive: @git tag -a $(CVSTAG) -m "$(NAME)-$(VERSION) release"