mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
ver bump
This commit is contained in:
parent
f987aa1108
commit
dedc27c603
@ -3,9 +3,10 @@
|
|||||||
# bison
|
# bison
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
BISON_SOURCE:=bison-1.35.tar.bz2
|
BISON_VER:=2.1
|
||||||
|
BISON_SOURCE:=bison-$(BISON_VER).tar.bz2
|
||||||
BISON_SITE:=ftp://ftp.gnu.org/gnu/bison
|
BISON_SITE:=ftp://ftp.gnu.org/gnu/bison
|
||||||
BISON_DIR:=$(BUILD_DIR)/bison-1.35
|
BISON_DIR:=$(BUILD_DIR)/bison-$(BISON_VER)
|
||||||
BISON_CAT:=bzcat
|
BISON_CAT:=bzcat
|
||||||
BISON_BINARY:=src/bison
|
BISON_BINARY:=src/bison
|
||||||
BISON_TARGET_BINARY:=usr/bin/bison
|
BISON_TARGET_BINARY:=usr/bin/bison
|
||||||
@ -40,6 +41,7 @@ $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked
|
|||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
);
|
);
|
||||||
|
echo 'all install:' > $(BISON_DIR)/examples/Makefile
|
||||||
touch $(BISON_DIR)/.configured
|
touch $(BISON_DIR)/.configured
|
||||||
|
|
||||||
$(BISON_DIR)/$(BISON_BINARY): $(BISON_DIR)/.configured
|
$(BISON_DIR)/$(BISON_BINARY): $(BISON_DIR)/.configured
|
||||||
|
Loading…
x
Reference in New Issue
Block a user