From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: Thomas Cameron writes: this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. --- make/flex.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/flex.mk') diff --git a/make/flex.mk b/make/flex.mk index 2dc944902..31ed8161f 100644 --- a/make/flex.mk +++ b/make/flex.mk @@ -17,7 +17,7 @@ $(DL_DIR)/$(FLEX_SOURCE): $(DL_DIR)/$(FLEX_PATCH): $(WGET) -P $(DL_DIR) $(FLEX_SITE)/$(FLEX_PATCH) -ed-source: $(DL_DIR)/$(FLEX_SOURCE) $(DL_DIR)/$(FLEX_PATCH) +flex-source: $(DL_DIR)/$(FLEX_SOURCE) $(DL_DIR)/$(FLEX_PATCH) $(FLEX_DIR)/.unpacked: $(DL_DIR)/$(FLEX_SOURCE) $(DL_DIR)/$(FLEX_PATCH) $(FLEX_CAT) $(DL_DIR)/$(FLEX_SOURCE) | tar -C $(BUILD_DIR) -xvf - -- cgit v1.2.3