[AD] Weird constructs in makefile.in |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Grzegorz, What are these constructs in makefile.in for? $(filter %.rtf,$(DOCS)): docs/rtf/%.rtf: docs/src/%._tx $(MAKEDOC) $(MAKEDOC) -rtf $@ $< The double colon is not portable and causes Solaris' make to choke. This was previously hidden, but now shows up because of the 'make info' invocation in the configure script. -- Eric Botcazou
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |