Browse Source

Makefile.am: fix syntax

Nathalie Furmento 10 years ago
parent
commit
867ec4e28b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 #
 # Copyright (C) 2009-2014  Université de Bordeaux
 # Copyright (C) 2009-2014  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
+# Copyright (C) 2010, 2011, 2012, 2013, 2015  Centre National de la Recherche Scientifique
 # Copyright (C) 2014  Inria
 # Copyright (C) 2014  Inria
 #
 #
 # StarPU is free software; you can redistribute it and/or modify
 # StarPU is free software; you can redistribute it and/or modify
@@ -99,7 +99,7 @@ noinst_HEADERS = \
 
 
 if BUILD_STARPU_TOP
 if BUILD_STARPU_TOP
 all-local: starpu-top/starpu_top$(EXEEXT)
 all-local: starpu-top/starpu_top$(EXEEXT)
-elif
+else
 all-local:
 all-local:
 endif
 endif
 if STARPU_DEVEL
 if STARPU_DEVEL