diff --git a/Examples/guile/port/Makefile b/Examples/guile/port/Makefile index ec5d5198a..d6ec0ac24 100644 --- a/Examples/guile/port/Makefile +++ b/Examples/guile/port/Makefile @@ -5,7 +5,7 @@ TARGET = port INTERFACE = example.i check: build - ./$(TARGET) -s runme.scm + $(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' guile_augmented_run build: $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \