From 572e209b9a524a1ad1742b62a7a4006052f0824b Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Tue, 4 Oct 2011 14:57:32 +0300 Subject: [PATCH] Makefile: Change "make all" message to instruct user what to do. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 625e574..9b3eb4c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ PREFIX ?= /usr/local -INCLUDE = $(DESTDIR)/$(PREFIX)/include/bitstream +INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream) all: - @echo "nothing to do" + @echo "Run \"make install\" to install biTStream into $(INCLUDE)" install: @install -d $(INCLUDE)