--- makefile.orig 2006-04-20 20:14:53.000000000 +0300 +++ makefile.orig 2006-04-21 02:54:19.000000000 +0300 @@ -61,6 +61,8 @@ ifdef PROFILE FBCMPFLAGS += -profile endif + +FBCMPFLAGS += ${FBCFLAGS} ifndef LDLIBS_EXT LDLIBS_EXT := @@ -71,7 +73,7 @@ endif ifeq ($(HOST),linux) - FBC := fbc + FBC := ${FBC} endif ifeq ($(HOST),dos) @@ -144,7 +146,7 @@ main := fbc.bas -exepath = ../.. +exepath = ./ compiler = $(exepath)/$(subst .bas,_new$(EXE),$(main)) sources := $(main)