From: Peter Verthez Date: Sun, 9 Dec 2001 09:57:47 +0000 (+0000) Subject: CORRECT dependency on gedcom.h X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=51f60dc5ba95d364f5b8b3469b6cb7a06e7551a3;p=gedcom-parse.git CORRECT dependency on gedcom.h --- diff --git a/gedcom/Makefile b/gedcom/Makefile index 0418128..5111379 100644 --- a/gedcom/Makefile +++ b/gedcom/Makefile @@ -26,21 +26,21 @@ libgedcom.so: lex.gedcom_1byte_.lo lex.gedcom_hilo_.lo lex.gedcom_lohi_.lo \ $(LIBTOOL) $(CC) -c $(CPPFLAGS) $(CFLAGS) $^ lex.gedcom_1byte_.c: gedcom_1byte.lex gedcom.tab.h gedcom_internal.h \ - multilex.h gedcom.h \ + multilex.h ../include/gedcom.h \ gedcom_lex_common.c encoding.h $(LEX) $(LFLAGS) -Pgedcom_1byte_ gedcom_1byte.lex lex.gedcom_hilo_.c: gedcom_hilo.lex gedcom.tab.h gedcom_internal.h \ - multilex.h gedcom.h \ + multilex.h ../include/gedcom.h \ gedcom_lex_common.c encoding.h $(LEX) $(LFLAGS) -Pgedcom_hilo_ gedcom_hilo.lex lex.gedcom_lohi_.c: gedcom_lohi.lex gedcom.tab.h gedcom_internal.h \ - multilex.h gedcom.h \ + multilex.h ../include/gedcom.h \ gedcom_lex_common.c encoding.h $(LEX) $(LFLAGS) -Pgedcom_lohi_ gedcom_lohi.lex -gedcom.tab.c gedcom.tab.h: gedcom.y gedcom_internal.h gedcom.h +gedcom.tab.c gedcom.tab.h: gedcom.y gedcom_internal.h ../include/gedcom.h $(YACC) $(YFLAGS) --name-prefix=gedcom_ gedcom.y .PHONY: clean clean: