[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make and dependencies in a zip archive
From: |
Tony Thigpen |
Subject: |
Make and dependencies in a zip archive |
Date: |
Sun, 13 Feb 2005 19:36:07 -0500 |
User-agent: |
Mozilla Thunderbird 1.0 (X11/20041206) |
RedHat 9.0
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
I have the following in my dependency file:
teiaddr.asm: ./teipmacs.asm
teiaddr.asm: ../common/teimacro.asm
teiaddr.asm: ../prd1.maclib.zip(GETVIS.A)
When I use the dependency with make, I get the following message:
No implicit rule found for `../prd1.maclib.zip(GETVIS.A)'.
Finished prerequisites of target file
`../prd1.maclib.zip(GETVIS.A)'.
Must remake target `../prd1.maclib.zip(GETVIS.A)'.
make: *** No rule to make target `../prd1.maclib.zip(GETVIS.A)', needed
by `teiaddr.asm'. Stop.
What can I do to make this work?
--
Tony Thigpen
- Make and dependencies in a zip archive,
Tony Thigpen <=