diff options
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index a35f807..1a2dbb1 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -232,7 +232,7 @@ config.status: configure # An alternative is to slurp in the tables at runtime. .PHONY: nltvals nltvals: - $(SHELL) $(abs_srcdir)/common/gennltvals.sh --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot) && \ + $(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot) && \ $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def # Utility to run autoconf in each directory that uses the common framework. |