소스 검색

Makefile.am: fix syntax

Nathalie Furmento 10 년 전
부모
커밋
867ec4e28b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # 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
 #
 # StarPU is free software; you can redistribute it and/or modify
@@ -99,7 +99,7 @@ noinst_HEADERS = \
 
 if BUILD_STARPU_TOP
 all-local: starpu-top/starpu_top$(EXEEXT)
-elif
+else
 all-local:
 endif
 if STARPU_DEVEL