summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile4
1 files changed, 2 insertions, 2 deletions
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 *~