summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-08-01 14:48:29 +1200
committerAnthony Blake <anthonix@me.com>2012-08-01 14:48:29 +1200
commit9993b4b77bd21971c2e1a43dbb45567b692698c7 (patch)
tree8052860e84b199c0a5a8c67e222d58f4388a5bea /src/Makefile.in
parent96ff9180191b360873a3b9c384902a0a39d5b37e (diff)
downloadffts-9993b4b77bd21971c2e1a43dbb45567b692698c7.zip
ffts-9993b4b77bd21971c2e1a43dbb45567b692698c7.tar.gz
Forwards and backwards working
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 73fecf8..fbc26bb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -171,9 +171,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign src/Makefile
+ $(AUTOMAKE) --gnu src/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
OpenPOWER on IntegriCloud