[MPlayer-cvslog] r19513 - trunk/vidix/drivers/Makefile
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Aug 23 15:00:28 CEST 2006
Hello,
don't know much about Makefiles, but...
On Wed, Aug 23, 2006 at 12:48:26PM +0200, diego wrote:
> $(CYBERBLADE_VID): $(CYBERBLADE_OBJS)
> - $(CC) -shared $(CYBERBLADE_OBJS) $(CYBERBLADE_LIBS) -Wl,-soname,$(CYBERBLADE_VID) -o $(CYBERBLADE_VID)
> + $(CC) -shared $< $(CYBERBLADE_LIBS) -Wl,-soname,$@ -o $@
If I understand the documentation correctly, $< will only work if
CYBERBLADE_OBJS contains only one entry.
How about either renaming it to CYBERBLADE_OBJ or using $^ instead?
Same for the other entries obviously...
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list