fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit dfa0e63986b6f721b82be2d10f483f88e607af3e
parent 99d1025513d63e89254dc6e7230488f16fb15f80
Author: sin <sin@2f30.org>
Date:   Tue, 10 Mar 2015 16:40:53 +0000

Rename make dist target to fortify-headers

Diffstat:
MMakefile | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,14 +9,14 @@ uninstall: rm -rf $(DESTDIR)$(PREFIX)/include/fortify dist: clean - mkdir -p fortify-$(VERSION) - cp -R LICENSE Makefile README include fortify-$(VERSION) - tar -cf fortify-$(VERSION).tar fortify-$(VERSION) - gzip fortify-$(VERSION).tar - rm -rf fortify-$(VERSION) + mkdir -p fortify-headers-$(VERSION) + cp -R LICENSE Makefile README include fortify-headers-$(VERSION) + tar -cf fortify-headers-$(VERSION).tar fortify-headers-$(VERSION) + gzip fortify-headers-$(VERSION).tar + rm -rf fortify-headers-$(VERSION) clean: - rm -f fortify-$(VERSION).tar.gz + rm -f fortify-headers-$(VERSION).tar.gz .PHONY: install uninstall dist clean