summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches/patch-ab
blob: f0826203670158b7895421463f348da2bdc3899d (plain)
1
2
3
4
5
6
7
8
9
10
--- src/unix/Makefile.orig	Sun Aug 23 17:31:13 1998
+++ src/unix/Makefile	Fri Aug 28 23:37:29 1998
@@ -16,6 +16,7 @@
 
 $(TARGET): $(OBJS)
 	ar -rcv $@ $(OBJS)
+	ranlib $@
 
 $(OBJDIR)/%.o: %.c xmame.h sound.h
 	$(CC) -I../../src/ $(CFLAGS) -o $@ -c $<