summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-07-07 11:20:58 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-07-07 11:20:58 -0500
commit1ef2cb5ef9016fc48a8c542b816fa16340170449 (patch)
tree0331de20413a3c2ac129a57c34d1fc6eeefa90a3
parent426c5d305e2cb2c17b65c7369d42c157adc9d8e6 (diff)
downloaduserland-1ef2cb5ef9016fc48a8c542b816fa16340170449.tar.gz
userland-1ef2cb5ef9016fc48a8c542b816fa16340170449.tar.bz2
userland-1ef2cb5ef9016fc48a8c542b816fa16340170449.tar.xz
userland-1ef2cb5ef9016fc48a8c542b816fa16340170449.zip
Makefile: byacc is normally installed as yacc
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d481a3d..e9bbf8a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
INSTALL = install
-YACC = byacc
+YACC = yacc
PROJECT = userland.gpr