From 0373cb433cdc80b55a43f097d2fd16b08056f638 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sat, 24 Jan 2015 16:55:41 +0100 Subject: Remove dependencies from $(BUILDDIR) target There's no need to reconfigure if html_unescape.h or case_fold_switch.inc were changed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9f9021..758d61e 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ cmake_build: $(BUILDDIR) @make -j2 -C $(BUILDDIR) @echo "Binaries can be found in $(BUILDDIR)/src" -$(BUILDDIR): $(SRCDIR)/html_unescape.h $(SRCDIR)/case_fold_switch.inc +$(BUILDDIR): @cmake --version > /dev/null || (echo "You need cmake to build this program: http://www.cmake.org/download/" && exit 1) mkdir -p $(BUILDDIR); \ cd $(BUILDDIR); \ -- cgit v1.2.3