From 43e17a87dbba400ec0b849de01d4c16c21e39f95 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 16 Jun 2014 17:33:21 -0400 Subject: [PATCH] correct use of objext to OBJEXT --- tests/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f608c5..72b680b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -205,10 +205,10 @@ FLEX = $(top_builddir)/src/flex bison_nr_main.($OBJEXT): bison_nr_parser.h bison_nr_scanner.h bison_nr_scanner.h: bison_nr_scanner.c -bison_yylloc_main$(objext): bison_yylloc_parser.h bison_yylloc_scanner.h +bison_yylloc_main.$(OBJEXT): bison_yylloc_parser.h bison_yylloc_scanner.h bison_yylloc_scanner.h: bison_yylloc_scanner.c -bison_yylval_main$(objext): bison_yylval_parser.h bison_yylval_scanner.h +bison_yylval_main.$(OBJEXT): bison_yylval_parser.h bison_yylval_scanner.h bison_yylval_scanner.h: bison_yylval_scanner.c # automake does not support compiling flex scanners output in C as C++ @@ -217,10 +217,10 @@ bison_yylval_scanner.h: bison_yylval_scanner.c .lll.cc: $(FLEX) -o $@ $< -header_nr_main$(objext): header_nr_scanner.h +header_nr_main.$(OBJEXT): header_nr_scanner.h header_nr_scanner.h: header_nr_scanner.c -header_r_main$(objext): header_r_scanner.h +header_r_main.$(OBJEXT): header_r_scanner.h header_r_scanner.h: header_r_scanner.c multiple_scanners_nr_main.$(OBJEXT): multiple_scanners_nr_1.h multiple_scanners_nr_2.h @@ -258,5 +258,5 @@ reject_ser.table.c: reject.l4 reject_ser.table$(EXEEXT): reject_ser.table.$(OBJEXT) $(LINK) $^ -top_main$(objext): top.h +top_main.$(OBJEXT): top.h top.h: top.c -- 2.50.1