From 8e13cc5a87be884b32d87563eb76de48ac8bf4ea Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 30 Aug 1991 02:31:03 +0000 Subject: [PATCH] Fixed minor typo. --- config/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/Makefile b/config/Makefile index 558ad4f61..9d3fdfc13 100644 --- a/config/Makefile +++ b/config/Makefile @@ -3,9 +3,11 @@ SCRIPTDIR = $(TOPDIR)/scripts include $(SCRIPTDIR)/import.make -includes: $(INCLUDE-DIR)/m-config.h +includes: $(INCLUDEDIR)/m-config.h + +$(INCLUDEDIR)/m-config.h: @echo You must run Config before Build or make. - exit 1 + false libraries:; binaries:; -- GitLab