diff -r a30706968c2e -r 4054e42edcce Makefile --- a/Makefile Wed Dec 01 15:25:18 2004 +0000 +++ b/Makefile Wed Dec 01 19:42:42 2004 +0000 @@ -543,8 +543,7 @@ ttd_OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o) ifdef BEOS -CXX_SOURCES += os/beos/bemidi.cpp -CFLAGS += -I. +CXX_SOURCES += bemidi.cpp endif ifdef WIN32 @@ -746,6 +745,6 @@ >> .deps/$(*F).P; \ rm .deps/$(*F).pp -# For DirectMusic build and BeOS specific parts +# For DirectMusic build %.o: %.cpp $(MAKE_CONFIG) - $(CXX_BUILD) $< -o $@ + $(CXX_BUILD) $<