diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-02 07:27:08 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-02 07:27:08 +0000 |
commit | 8cecb7bd7f63c714cee3ae16f5dd236245964bec (patch) | |
tree | d84db8c6ff3298837900787025dc615bbc427371 /emulators/xmame | |
parent | 4ba8dd7f8528a4490ab10945d03dd0e7b2f96dfd (diff) |
Makefile
Notes
Notes:
svn path=/head/; revision=108139
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 3265494bf898..ce4d0d3a5716 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -260,7 +260,7 @@ pre-everything:: do-configure: ${REINPLACE_CMD} -e "s@= gcc@?= ${CC}@g" \ -e "s@^TARGET.*@TARGET = ${MAMEMESS}@g" \ - -e "s@# MAME_NET@${NETWORK}MAME_NET@g" \ + -e "s@# XMAME_NET@${NETWORK}XMAME_NET@g" \ -e "s@# X86_ASM_68000 =@${ASM_COMMENT}X86_ASM_68000 =@g" \ -e "s@^CFLAGS.*@CFLAGS ?= ${CFLAGS}@g" \ -e "s@^INSTALL_GROUP.*@INSTALL_GROUP = wheel@g" \ |