summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f106f126..c414c68b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ INTERNAL_CFLAGS = -I$(srcdir) -I$(objdir) \
-I$(srcdir)/output -I$(objdir)/output
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
LDFLAGS = @LDFLAGS@
+ALL_LDFLAGS = $(ALL_CFLAGS) $(LDFLAGS)
LIBS = @LIBS@
AR = @AR@
@@ -476,7 +477,7 @@ travis: nasm$(X)
#
# Rules to run autoreconf if necessary
#
-configure: configure.ac aclocal.m4
+configure: configure.ac autoconf/aclocal.m4
autoreconf
config.status: configure