From: Erick Branderhorst Subject: Make and Vpath To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp list) Date: Thu, 15 Jun 95 13:14:37 METDST Mailer: Elm [revision: 70.85] I'm new here, Sorry if this is the wrong place to ask. I want to use make to extract some files from a zip archive. The ziparchives are in a datadirectory (not the current). example I type make hallo.bin The makefile looks like this vpath %.zip datadir %.bin: %.zip $(unzip) $< $@ unzip was defined as the right extraction utility. This does not work. make is telling me: No rule to make target `hallo.bin' . Stop Please help or suggest an other util. But I would prefer using GnuMake. Erick branderhorst AT hell DOT fgg DOT eur DOT nl