Loading make/bison.mk +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,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 -fs bison yacc) cp -a $(SOURCE_DIR)/yacc $(TARGET_DIR)/usr/bin/yacc bison: uclibc $(TARGET_DIR)/$(BISON_TARGET_BINARY) Loading sources/yacc 0 → 100755 +2 −0 Original line number Diff line number Diff line #!/bin/sh exec /usr/bin/bison -y "$@" Loading
make/bison.mk +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,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 -fs bison yacc) cp -a $(SOURCE_DIR)/yacc $(TARGET_DIR)/usr/bin/yacc bison: uclibc $(TARGET_DIR)/$(BISON_TARGET_BINARY) Loading
sources/yacc 0 → 100755 +2 −0 Original line number Diff line number Diff line #!/bin/sh exec /usr/bin/bison -y "$@"