make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

target_patern_error.mak:7: *** target pattern contains no `%'. Stop.


From: J. Grant
Subject: target_patern_error.mak:7: *** target pattern contains no `%'. Stop.
Date: Sun, 24 Jul 2005 23:21:39 +0100
User-agent: Mozilla/5.0 (X11; U; GNU/Linux i686; en; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1

Previously Paul mentioned the idea of expanding the : drive letter
checking code to allow for things like the attached test makefile:

OBJS = "z:/test.o"

Could a solution for this be incorporated in time for the pending 3.81 release?

Kind regards
JG
CC = gcc

OBJS = "z:/test.o"

all: test.elf

test.elf: $(OBJS)
        $(CC) $(OBJS) -o $@

%.cpp %.o:
        $(CC)  -c $< -o $*.o

reply via email to

[Prev in Thread] Current Thread [Next in Thread]