From 1b34bde2156e5fd726dda58f1686d5f4b7a089ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 29 Sep 1996 02:16:09 +0200
Subject: [PATCH] langauge.y to language.yacc, -DDEBUG added

Rev: src/Makefile.src:1.7
---
 src/Makefile.src | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.src b/src/Makefile.src
index 598f934204..1b21607686 100644
--- a/src/Makefile.src
+++ b/src/Makefile.src
@@ -43,7 +43,7 @@ WARN=@WARN@
 
 #add extra defines here
 # Be sure to use -g and -DDEBUG when looking for bugs
-DEBUGDEF=
+DEBUGDEF=-DDEBUG
 DEFINES=-DDEFAULT_MASTER=\"$(lib_prefix)/master.pike\"
 
 # -O should work with all compilers
@@ -225,7 +225,7 @@ module_objects:
 
 lang.o: lang.c config.h object.h interpret.h program.h
 
-$(SRCDIR)/language.h: language.y
+$(SRCDIR)/language.h: language.yacc
 	@echo "Expect 1 shift/reduce conflict."
 	$(YACC) $(YFLAGS) $(SRCDIR)/language.y
 	mv y.tab.c $(SRCDIR)/language.c
-- 
GitLab