summaryrefslogtreecommitdiff
path: root/emulators/xmame/files/patch-src-unix-unix.mak
blob: 3638f4ff4deec59a3838452b5467b77cc0a2066f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/unix/unix.mak.orig	Mon Feb 14 18:08:49 2005
+++ src/unix/unix.mak	Mon Feb 14 18:09:12 2005
@@ -599,7 +599,7 @@
 	$(OBJDIR)/sysdep/rc.o \
 	$(OBJDIR)/tststubs.o
 	$(CC_COMMENT) @echo 'Linking $@...'
-	$(CC_COMPILE) $(LD) $(LDFLAGS) $(MY_LIBS) $^ -Wl,--allow-multiple-definition -o $@
+	touch $@
 
 $(OBJDIR)/tststubs.o: src/unix/tststubs.c
 	$(CC_COMPILE) $(CC) $(MY_CFLAGS) -o $@ -c $<