You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/xfreecell/files/xfreecell-1.0.5b-ar-ranlib....

16 lines
345 B

diff --git a/widget/makefile b/widget/makefile
index 93b178b..eeedc51 100644
--- a/widget/makefile
+++ b/widget/makefile
@@ -16,8 +16,8 @@ tgz:
tar cvzf widget.tgz *.cpp *.h makefile
dummy: $(OBJECTS)
- ar r $(LIBNAME) $(OBJECTS)
- ranlib $(LIBNAME)
+ $(AR) r $(LIBNAME) $(OBJECTS)
+ $(RANLIB) $(LIBNAME)
mv $(LIBNAME) ..
touch dummy