From a5bc9e40cd23414f179b8598e43a93c94b788a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 5 Feb 1999 19:54:17 +0100 Subject: [PATCH] Fixed one more target. Rev: Makefile:1.4 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05c0537fe9..64fb380667 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1999/02/05 18:53:25 grubba Exp $ +# $Id: Makefile,v 1.4 1999/02/05 18:54:17 grubba Exp $ # # Meta Makefile # @@ -15,6 +15,7 @@ METATARGET= BIN_TRUE=":" all: bin/pike compile + -@$(BIN_TRUE) src/configure: src/configure.in cd src && ./run_autoconfig . 2>&1 | grep -v warning -- GitLab