From 6f1aea7a12772ade649a4a92ff4f07dafe0cd520 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 14 May 2013 21:32:09 +0100 Subject: [PATCH] Cosmetic makefile tidy up --- Examples/guile/class/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/guile/class/Makefile b/Examples/guile/class/Makefile index 0130e5fc1..8de4f292b 100644 --- a/Examples/guile/class/Makefile +++ b/Examples/guile/class/Makefile @@ -3,7 +3,6 @@ SWIG = $(TOP)/../preinst-swig CXXSRCS = example.cxx TARGET = example INTERFACE = example.i -TOP = ../.. check: build $(MAKE) -f $(TOP)/Makefile guile_run