From c9665669baeb1f11927e46f30879afa85c7ec11e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 13 Oct 2011 21:21:03 +0200
Subject: [PATCH] Proper PHONY syntax

---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 79c9ab27..1cb824f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,7 +54,7 @@ OCTAVE    ?= octave
 
 OCTAVE_MODULES= duneminimise duneevaluate
 
-.PHONY:
+.PHONY: run-octave
 run-octave: $(addsuffix .oct,$(OCTAVE_MODULES))
 	$(OCTAVE) --path $(abs_builddir) --path $(abs_srcdir)
 
-- 
GitLab