diff options
author | Max Horn | 2009-11-18 23:35:50 +0000 |
---|---|---|
committer | Max Horn | 2009-11-18 23:35:50 +0000 |
commit | c7e89bc18e03933aed48995d80af378a1f34f406 (patch) | |
tree | 47669bf4d2c2df6c16b5d0ec592b2a2be1b14337 /Makefile.common | |
parent | 6f45f68a0f255bf89b2dbea69064915e37e29dc4 (diff) | |
download | scummvm-rg350-c7e89bc18e03933aed48995d80af378a1f34f406.tar.gz scummvm-rg350-c7e89bc18e03933aed48995d80af378a1f34f406.tar.bz2 scummvm-rg350-c7e89bc18e03933aed48995d80af378a1f34f406.zip |
oops
svn-id: r45983
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 5b8cca0804..74fc84356d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ endif $(QUIET_AS)$(CXX) $(CXX_UPDATE_DEP_FLAG) $(ASFLAGS) -c $(<) -o $*.o ifdef HAVE_NASM -# Build rule for NASM assembler filesss +# Build rule for NASM assembler files %.o: %.asm $(QUIET)$(MKDIR) $(*D) $(QUIET_NASM)$(NASM) -O1 $(NASMFLAGS) -g -o $*.o $(<) |