From: telleriam Date: Tue, 17 Jun 2008 10:32:44 +0000 (+0000) Subject: Fixing Makefile after renaming src_marte to src_marte_os in FOSA X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/62f64e7a1ee09e04e3ee618c335a6ed786f99d4e Fixing Makefile after renaming src_marte to src_marte_os in FOSA git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1266 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/src_marte_os/Makefile b/src_marte_os/Makefile index e77bfee..151b0a5 100644 --- a/src_marte_os/Makefile +++ b/src_marte_os/Makefile @@ -3,7 +3,7 @@ all: objs include ../config.mk include ../rules.mk -CFLAGS += -I$(FOSA_PATH)/src_marte +CFLAGS += -I$(FOSA_PATH)/src_marte_os SRCS := $(wildcard *.c) OBJS := $(patsubst %.c,%.o,$(wildcard *.c))