Date: Mon, 31 Jan 94 18:20:43 +0100 From: kuku AT acds DOT physik DOT rwth-aachen DOT de (Christoph Kukulies) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: gnu make woes I wanted to send you an offending Makefile for further examination, DJ, but in the meantime I cut it down to the bottomline that gnu make has trouble with DOS drive names: OBJPATH=h: OBJ= $(OBJPATH)/file.o all: $(OBJ) echo hello GNU make says it is expecting a % sign (due to the expanding OBJPATH to h:) This is ugly for a make that is supposed to run under DOS. --Chris Christoph P. U. Kukulies kuku AT acds DOT physik DOT rwth-aachen DOT de