summaryrefslogtreecommitdiff
path: root/games-arcade/jumpnbump/files/jumpnbump-1.61-ranlib.patch
blob: 10d6d48b6debb15224f1ac89652d6fdb92f2cc32 (plain)
1
2
3
4
5
6
7
--- a/sdl/Makefile
+++ b/sdl/Makefile
@@ -10,3 +10,3 @@
 	$(AR) cru $(TARGET) $(OBJS)
-	ranlib $(TARGET)
+	$(RANLIB) $(TARGET)