From: Rick van Rein Date: Thu, 9 Jun 2016 01:54:27 +0000 (+0100) Subject: Removed lingering dependency on hexio (in tool/Makefile, un/install) X-Git-Url: http://git.arpa2.org/?a=commitdiff_plain;h=540596e4bf4160194910173201ac451ea6bbc0b9;p=quick-der Removed lingering dependency on hexio (in tool/Makefile, un/install) --- diff --git a/tool/Makefile b/tool/Makefile index e514e0e..ca67974 100644 --- a/tool/Makefile +++ b/tool/Makefile @@ -3,15 +3,6 @@ all: clean: install: - # - # Installing a good DER dumping utility for developers: - # - # https://github.com/vanrein/hexio - # - # This tool will complain about DER errors -- but continue. - # - [ -r hexio/derdump.py ] && install -m 0755 hexio/derdump.py "$(DESTDIR)$(PREFIX)/bin/derdump" uninstall: - rm -f "$(DESTDIR)$(PREFIX)/bin/derdump"