bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cflow] compilation error b/c line breaks in gnu/Makefile


From: Jannick
Subject: [bug-cflow] compilation error b/c line breaks in gnu/Makefile
Date: Sat, 21 May 2016 19:34:04 +0200

Hi,

 

some line breaks in gnu/makefile as shown below needed to be undone such that Make runs the compilation without any error.

 

Working on Win10/Cygwin.

 

Thanks,

J.

 

--- cflow-1.5/gnu/Makefile         Sat May 21 19:21:42 2016

+++ cflow-1.5/gnu/Makefile      Sat May 21 19:22:04 2016

@@ -1018,14 +1018,8 @@

docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}

dvidir = ${docdir}

exec_prefix = ${prefix}

-gl_LIBOBJS =  getopt

-.o getopt1

-.o obstack

-.o

-gl_LTLIBOBJS =  getopt

-.lo getopt1

-.lo obstack

-.lo

+gl_LIBOBJS =  getopt.o getopt1.o obstack.o

+gl_LTLIBOBJS =  getopt.lo getopt1.lo obstack.lo

gltests_LIBOBJS =

 gltests_LTLIBOBJS =

 gltests_WITNESS = IN_CFLOW_GNULIB_TESTS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]