summaryrefslogtreecommitdiff
path: root/devices/Makefile.in
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-09-08 15:25:45 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:27 +0100
commit90d73cba9cd1d1724f38ed82fc0eefb1781c9c20 (patch)
tree1760872164a93384d1adb90db9c8d41777dbb2a7 /devices/Makefile.in
parentcf026feae205bfeb7e007f6afd0e8d7b283865c8 (diff)
parent5ba1cb20fe6f6699cef1cc726718e760cd4c9af1 (diff)
Imported Debian patch 2.0.9.dfsg-1debian/2.0.9.dfsg-1
Diffstat (limited to 'devices/Makefile.in')
-rw-r--r--devices/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/devices/Makefile.in b/devices/Makefile.in
index 08fb0e5..c4a3a36 100644
--- a/devices/Makefile.in
+++ b/devices/Makefile.in
@@ -203,9 +203,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devices/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign devices/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devices/Makefile
+ $(AUTOMAKE) --foreign devices/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \