Fix out of source test-suite runs for Octave

This commit is contained in:
Karl Wette 2014-03-31 22:41:55 +01:00 committed by William S Fulton
commit 16039ce426

View file

@ -33,7 +33,7 @@ include $(srcdir)/../common.mk
# Overridden variables here
LIBS = -L.
CSRCS = octave_empty.c
CSRCS = $(srcdir)/octave_empty.c
# Custom tests - tests with additional commandline options
# none!