]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Fixing Makefile after renaming src_marte to src_marte_os in FOSA
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 17 Jun 2008 10:32:44 +0000 (10:32 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 17 Jun 2008 10:32:44 +0000 (10:32 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1266 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_marte_os/Makefile

index e77bfeeee15e8e298da9ec97ae2848912cb8b61d..151b0a5871783681a2e145b8b9d497fc6e9a1210 100644 (file)
@@ -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))