From 475de4869f7066249fed6b79bbb3c271c76640dc Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Sun, 14 May 2023 21:15:54 +0200 Subject: [PATCH] really final Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5e82034..c36fa95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,6 @@ AM_LDFLAGS += $(CUDALIBS) tX_LDFLAGS = $(AM_LDFLAGS) -lX11 -lm version.cc: get_git_version - ./get_git_version >>version.cc + ./get_git_version >version.cc include $(top_srcdir)/aminclude.am