From: Francois Fleuret Date: Sat, 4 Apr 2009 17:52:38 +0000 (+0200) Subject: The install rule now requires the binary to be up-to-date. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=8a35e5f34dad6287ae02cdff98595fed6c55350e The install rule now requires the binary to be up-to-date. --- diff --git a/Makefile b/Makefile index bc925d0..23b62f4 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ all: selector selector: selector.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) -install: +install: selector install -m 755 selector $(BINARY_PATH) install -m 644 selector.1 $(MAN_PATH) gzip $(MAN_PATH)/selector.1