From 145aaa1192cbef04c78647752a18e93260c335f2 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Sat, 2 Mar 2002 06:32:42 +0000 Subject: [PATCH] No more c++ in the Linux port (and let's keep it that way) --- zsnes/src/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zsnes/src/Makefile.in b/zsnes/src/Makefile.in index 1c66115c..0474e3b1 100644 --- a/zsnes/src/Makefile.in +++ b/zsnes/src/Makefile.in @@ -59,14 +59,11 @@ MAINOBJ=cfgload.o endmem.o fixsin.o init.o ui.o vcache.o water.o smoke.o OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${ZIPOBJ} ${MAINOBJ} -.SUFFIXES: .c .cpp .asm +.SUFFIXES: .c .asm %.o: %.c @CC@ @CFLAGS@ -o $@ -c $< -%.o: %.cpp - @CXX@ @CXXFLAGS@ -o $@ -c $< - %.o: %.asm @NASMPATH@ @NFLAGS@ -o $@ $<