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