]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Small change in src_marte Makefile
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 29 May 2007 19:34:26 +0000 (19:34 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 29 May 2007 19:34:26 +0000 (19:34 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@420 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_marte/Makefile

index 5b63bb6e65962345275b168d06b03c61c9e26aab..8a7e45af20bc2247d0818dae85dcd580183f54ca 100644 (file)
@@ -16,7 +16,7 @@ include ../../frsh/frsh_rules.mk
 
 # List of files #
 #################
-NAME   = libfosa_marte_linux.a
+NAME   = libfosa_marte.a
 
 SRC        = fosa_clocks_and_timers.c fosa_threads_and_signals.c frsh_fosa.c fosa_mutexes_and_condvars.c \
              fosa_app_def_sched.c 
@@ -43,7 +43,7 @@ all:  ../lib/$(NAME)
 
 
 mprogram-test:  test_fosa.o ../lib/$(NAME)
-       $(CC) -o $@ -lfosa_marte_linux $(LDFLAGS) $<
+       $(CC) -o $@ -lfosa_marte $(LDFLAGS) $<