[19/20]cadpli/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 <vowstar@gmail.com>
This commit is contained in:
Huang Rui 2020-01-18 15:22:03 +08:00
parent 9e8692fac5
commit dd5a288567
1 changed files with 4 additions and 2 deletions

View File

@ -79,9 +79,11 @@ endif
cadpli.vpl: $O ../vpi/libvpi.a ../libveriuser/libveriuser.o
$(CC) @shared@ $(LDFLAGS) -o $@ $O ../libveriuser/libveriuser.o $(SYSTEM_VPI_LDFLAGS)
install: all installdirs $(vpidir)/cadpli.vpl
install: all installdirs installfiles
$(vpidir)/cadpli.vpl: ./cadpli.vpl
F = ./cadpli.vpl
installfiles: $(F) installdirs
$(INSTALL_PROGRAM) ./cadpli.vpl "$(DESTDIR)$(vpidir)/cadpli.vpl"
installdirs: $(srcdir)/../mkinstalldirs