From 9ba8453595ade1df91e11c2427e2af1d6542600d Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Mon, 3 Feb 2020 10:14:05 +0100 Subject: [PATCH] Update version, date, commit-hash and version number in likwid.h --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a1f30b9cb..a7d5ba5dd 100644 --- a/Makefile +++ b/Makefile @@ -486,6 +486,7 @@ install: install_daemon install_freq install_appdaemon @mkdir -p $(PREFIX)/include @chmod 755 $(PREFIX)/include @install -m 644 src/includes/likwid.h $(PREFIX)/include/ + @sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e "s//$(GITCOMMIT)/g" -e "s//$(MINOR)/g" $(PREFIX)/include/likwid.h @install -m 644 src/includes/likwid-marker.h $(PREFIX)/include/ @install -m 644 src/includes/bstrlib.h $(PREFIX)/include/ $(FORTRAN_INSTALL)