From b24deb4eebe0ae20ca9325de7608e59cc5991462 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Fri, 28 Sep 2012 15:11:05 +0800 Subject: [PATCH] install: only depends on fp2bit and bit2fp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01372c0..e68f6d1 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ clean: rm -f test.out/compare_xc6slx9.fp rmdir --ignore-fail-on-non-empty test.out test.gold -install: all +install: fp2bit bit2fp @make -C libs install mkdir -p $(DESTDIR)/$(PREFIX)/bin/ install -m 755 fp2bit $(DESTDIR)/$(PREFIX)/bin/