From 62f64e7a1ee09e04e3ee618c335a6ed786f99d4e Mon Sep 17 00:00:00 2001 From: telleriam Date: Tue, 17 Jun 2008 10:32:44 +0000 Subject: [PATCH] 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 --- src_marte_os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2