From 0100c0bc5ce9b51f0d33c872dc91bb72b18e16dd Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Sat, 18 Jan 2020 13:41:56 +0800 Subject: [PATCH] [3/20]vhdlpp/Makefile.in:fix install timestamp check Fix bug: https://bugs.gentoo.org/705412 Fix bug: https://github.com/gentoo/gentoo/pull/14096 Related: https://github.com/steveicarus/iverilog/pull/294 Signed-off-by: Huang Rui --- vhdlpp/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vhdlpp/Makefile.in b/vhdlpp/Makefile.in index 348d790bf..bf4539443 100644 --- a/vhdlpp/Makefile.in +++ b/vhdlpp/Makefile.in @@ -127,9 +127,11 @@ lexor_keyword.o: lexor_keyword.cc parse.h lexor_keyword.cc: $(srcdir)/lexor_keyword.gperf gperf -o -i 7 --ignore-case -C -k 1-4,6,9,$$ -H keyword_hash -N check_identifier -t $(srcdir)/lexor_keyword.gperf > lexor_keyword.cc || (rm -f lexor_keyword.cc ; false) -install: all installdirs $(libdir)/ivl$(suffix)/vhdlpp@EXEEXT@ +install: all installdirs installfiles -$(libdir)/ivl$(suffix)/vhdlpp@EXEEXT@: vhdlpp@EXEEXT@ +F = vhdlpp@EXEEXT@ + +installfiles: $(F) installdirs $(INSTALL_PROGRAM) ./vhdlpp@EXEEXT@ "$(DESTDIR)$(libdir)/ivl$(suffix)/vhdlpp@EXEEXT@" installdirs: $(srcdir)/../mkinstalldirs