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
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
