Mercurial > sdl-ios-xcode
diff src/cpuinfo/Makefile.am @ 742:528a52626680
Fixed building cpuinfo under mingw32
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Nov 2003 08:03:10 +0000 |
parents | e70f80e98f60 |
children | 71ee03909f42 |
line wrap: on
line diff
--- a/src/cpuinfo/Makefile.am Tue Nov 18 14:25:12 2003 +0000 +++ b/src/cpuinfo/Makefile.am Wed Nov 19 08:03:10 2003 +0000 @@ -7,7 +7,7 @@ SUFFIXES = .asm .asm.lo: - $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(NASM) -t -D __FLAT__ -D __NOU__ @NASMFLAGS@ $< -o $*.o + $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(NASM) -t -D __FLAT__ @NASMFLAGS@ $< -o $*.o ###########################################################################