Re: *** target pattern contains no `%'. Stop.
Henrik Carlqvist <[email protected]> Wed, 15 Apr 2009 23:12:35 +0200
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | SunSITE.dk - Supporting Open source |
| Message-ID | <[email protected]> |
KIRAN <[email protected]> wrote: > OBJS = $(SRC_FILES:.c=.doj) > DEPS = $(SRC_FILES:.c=.d) > ASMS = $(ASM_FILES:.s=.doj) Those lines seem to be your problem, you probably meant: OBJS = $(SRC_FILES:%.c=%.doj) DEPS = $(SRC_FILES:%.c=%.d) ASMS = $(ASM_FILES:%.s=%.doj) regards Henrik -- The address in the header is only to prevent spam. My real address is: hc3(at)poolhem.se Examples of addresses which go to spammers: root@localhost postmaster@localhost