bug#33022: Generated Makefile builds PROGRAMS before LTLIBRARIES

2018-10-11 Thread Mathieu Lirzin
Hello, Mohamed Akram writes: > 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 wh

bug#33022: Generated Makefile builds PROGRAMS before LTLIBRARIES

2018-10-11 Thread Mohamed Akram
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