Hi,
In the directory you are running make there should be a file called
'Makefile' (or makefile). The error message you report seeing is caused
by 'make' not being able to find instructions on how to build the
'target' - in this case isapnp. If you edit the Makefile and search for
the character ':' you should find lines of the form
all: <list of targets>
install: blah blah
clean:
These are the so called 'rules' and would be invoked as make all, make
install, make clean (most makefiles will contain these). The first rule
in the make file is what runs when you don't give make a target (ie just
type 'make') it is possible that this will do what you want.
Check that the makefile you are running is the one you expect - ie it is
the one belonging to the isapnp package and if possible get a list of
files in the package to see if there are multiple makefiles. If so then
you can search them until you find an isapnp target.
Regards
Phil Q
--
Phil Quiney CSIP Demonstrator
pqui...@nortelnetworks.com Nortel Networks,
Telephone: +44 (1279) 402363 London Rd, Harlow,
Fax: +44 (1279) 402885 Essex CM17 9NA,
United Kingdom.
"This message may contain information proprietary to Northern
Telecom so any unauthorised disclosure, copying or distribution
of its contents is strictly prohibited."