diff --git a/vidix/Makefile b/vidix/Makefile index 582c6cae33..f850a61cf9 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -11,8 +11,8 @@ all: $(LIBNAME) $(MAKE) -C drivers $(LIBNAME): $(OBJS) - $(AR) r $(LIBNAME) $(OBJS) - $(RANLIB) $(LIBNAME) + $(AR) r $@ $^ + $(RANLIB) $@ clean: rm -f *.o *.a *~