From 2fa54428e2910d4f8d96e6a548db650d50613535 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Jun 2015 08:05:57 -0700 Subject: Renamed entities.h -> entities.inc. Also tools/make_entities_h.py -> tools/make_entitis_inc.py. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10d4e98..d1dc9ae 100644 --- a/Makefile +++ b/Makefile @@ -111,9 +111,9 @@ $(SRCDIR)/scanners.c: $(SRCDIR)/scanners.re esac re2c --case-insensitive -b -i --no-generation-date -o $@ $< -# We include entities.h in the repository, so normally this +# We include entities.inc in the repository, so normally this # doesn't need to be regenerated: -$(SRCDIR)/entities.h: tools/make_entities_h.py +$(SRCDIR)/entities.inc: tools/make_entities_inc.py python3 $< > $@ update-spec: -- cgit v1.2.3