bug-automake
[Top][All Lists]
Advanced

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

bug#33022: Generated Makefile builds PROGRAMS before LTLIBRARIES


From: Mohamed Akram
Subject: bug#33022: Generated Makefile builds PROGRAMS before LTLIBRARIES
Date: Fri, 12 Oct 2018 04:32:24 +0000

automake’s behavior seems to have changed between 1.15.1 and 1.16.1:

1.15.1:

all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h

1.16.1:

all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) config.h

This causes an automake file which builds a library and a program that uses that library to fail.

An example can be seen here - https://github.com/codebrainz/morse/issues/1#issuecomment-429200053.

reply via email to

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