From ed3524a06b7367a1326f5e089b47bf1a804ddaf8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 18 Feb 2003 18:47:57 +0000 Subject: [PATCH] Per discussion with Christian MICHON, revert to version 1.35 --- make/bison.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/bison.mk b/make/bison.mk index 512e1eb7b9..c38396530f 100644 --- a/make/bison.mk +++ b/make/bison.mk @@ -3,9 +3,9 @@ # bison # ############################################################# -BISON_SOURCE:=bison-1.75.tar.bz2 +BISON_SOURCE:=bison-1.35.tar.bz2 BISON_SITE:=ftp://ftp.gnu.org/gnu/bison -BISON_DIR:=$(BUILD_DIR)/bison-1.75 +BISON_DIR:=$(BUILD_DIR)/bison-1.35 BISON_CAT:=bzcat BISON_BINARY:=src/bison BISON_TARGET_BINARY:=usr/bin/bison @@ -45,7 +45,7 @@ $(TARGET_DIR)/$(BISON_TARGET_BINARY): $(BISON_DIR)/$(BISON_BINARY) $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BISON_DIR) install rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc - (cd $(TARGET_DIR)/usr/bin; ln -s bison yacc) + (cd $(TARGET_DIR)/usr/bin; ln -fs bison yacc) bison: uclibc $(TARGET_DIR)/$(BISON_TARGET_BINARY) -- 2.30.2