mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9489c320c5
Nintendo Entertainment System (NES), Sega Genesis/Megadrive, TRS-80 models 1 and 3, Colour Genie, Colecovision, Vectrex, Apple ][ series, Atari 800, Atari 5200, Sega Master System/Game Gear, Bally Astrocade, Kaypro 2x and PDP-1. PR: 13201 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
$NetBSD: patch-ab,v 1.4 1998/08/29 19:42:00 frueauf Exp $
|
|
|
|
--- src/unix/Makefile.orig Tue Aug 25 07:39:20 1998
|
|
+++ src/unix/Makefile Fri Aug 28 23:08:49 1998
|
|
@@ -16,6 +16,7 @@
|
|
|
|
$(TARGET): $(OBJS)
|
|
ar -rcv $@ $(OBJS)
|
|
+ ranlib $@
|
|
|
|
$(OBJDIR)/%.o: %.c xmame.h sound.h
|
|
$(CC) -I../../src/ $(CFLAGS) -o $@ -c $<
|