From 8a479606078ced146ec32e9199ce5396654fd5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Alk=C3=A4mper?= <alkaemper@mathematik.uni-stuttgart.de> Date: Thu, 9 Apr 2015 13:20:41 +0200 Subject: [PATCH] Fix a typo in am2cmake.py --- bin/am2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/am2cmake.py b/bin/am2cmake.py index b2384844e..ded76f353 100755 --- a/bin/am2cmake.py +++ b/bin/am2cmake.py @@ -562,7 +562,7 @@ def am_2_cmake_dir(directory): 'add_doxygen_target()'])) output.close() # Add directives to create CMake packe configuration files with autotools - output=open("Makefile.am'", "a") + output=open("Makefile.am", "a") output.write('\n'.join(['', '# Generate package configuration files for finding', '# installed modules with CMake', 'include $(top_srcdir)/am/cmake-pkg-config\n'])) -- GitLab