diff -durN hatari-1.0.0.orig/tools/hmsa/Makefile hatari-1.0.0/tools/hmsa/Makefile --- hatari-1.0.0.orig/tools/hmsa/Makefile 2008-01-03 20:13:00.000000000 +0100 +++ hatari-1.0.0/tools/hmsa/Makefile 2008-03-22 13:53:10.000000000 +0100 @@ -4,7 +4,7 @@ HATARI_OBJS = msa.o dim.o st.o file.o unzip.o zip.o OBJS = $(HMSA_OBJS) $(HATARI_OBJS:%.o=../../src/%.o) -CFLAGS = -g -O -Wall -I../.. -I../../src/includes -I../../src/uae-cpu \ +CFLAGS += -I../.. -I../../src/includes -I../../src/uae-cpu \ $(shell sdl-config --cflags) LIBS = -lz