Are you using GNU make 3.79.1 for Windows, or the Cygwin version of GNU
make? They are slightly different.
I can't reproduce this problem on UNIX, so it must be a Windows-specific
issue. There were a few bugs related to very obscure parsing errors in
makefiles; can you run the original (failing
I have the following makefile:
vpath %.c c:/usr/Leviticus/cm/RTCS2.76/SOURCE/APPS
default : binfile.o
%.o: %.c
echo "building .o file" $< $@
When I run it, I get the following error:
make: *** No rule to make target `binfile.o', needed by `default'. Stop.
even though binfile.c ex