shithub: rgbds

Download patch

ref: ab66b28fdf4616b84a48bc58fd870f7fa9e28db2
parent: 513d451710bad2c0fcd7039aea9f5a3b19482b43
author: stag019 <[email protected]>
date: Sat Jan 3 01:54:40 EST 2015

yacc_pre is no longer needed, since all the files were merged into one.

--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,6 @@
 MANPREFIX =	${PREFIX}/man
 Q =		@
 
-yacc_pre := \
-	src/asm/yaccprt1.y\
-	src/asm/yaccprt2.y\
-	src/asm/yaccprt3.y\
-	src/asm/yaccprt4.y
-
 rgbasm_obj := \
 	src/asm/asmy.o \
 	src/asm/charmap.o \