drivers/can_anagate_win32/Makefile.in
changeset 658 7758d60e9260
parent 494 aa36efce6e78
child 768 defc987225a1
--- a/drivers/can_anagate_win32/Makefile.in	Fri Jan 28 14:51:18 2011 +0100
+++ b/drivers/can_anagate_win32/Makefile.in	Fri Jan 28 14:51:18 2011 +0100
@@ -53,10 +53,10 @@
 driver: $(DRIVER)
 
 
-%o: %c
+%.o: %.c
 	$(CC) $(CFLAGS) $(PROG_CFLAGS) ${PROGDEFINES} $(INCLUDES) -o $@ -c $<
 
-%o: %cpp
+%.o: %.cpp
 	$(CXX) $(CFLAGS) $(PROG_CFLAGS) ${PROGDEFINES} $(INCLUDES) -o $@ -c $<
 
 $(DRIVER): $(OBJS)