Hello, When trying to migrate form Sun Make to gnu Make on Solaris 8, I am getting the following error message : Makefile:179: *** mixed implicit and normal rules. Stop.
where line 179 is : ../$(objdird)/%.o ../$(objdirr)/%.o : %.cc and the involved variables are initialized this way at the beginning of the Makefile : sspCmd = basename `pwd` ssp = $(shell $(sspCmd)) objdird = objd/$(ssp) objdirr = objr/$(ssp) Any idea ? -- Philippe Haution EDF R&D D�partement M�thodes d'Optimisation et de Simulation 1 Av du G�n�ral de Gaulle 92141 Clamart CEDEX _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
