summaryrefslogtreecommitdiff
path: root/net/quagga/files/patch-fix-autotools
diff options
context:
space:
mode:
Diffstat (limited to 'net/quagga/files/patch-fix-autotools')
-rw-r--r--net/quagga/files/patch-fix-autotools42
1 files changed, 0 insertions, 42 deletions
diff --git a/net/quagga/files/patch-fix-autotools b/net/quagga/files/patch-fix-autotools
deleted file mode 100644
index 3ff5c26bf363..000000000000
--- a/net/quagga/files/patch-fix-autotools
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.in.orig 2007-10-16 14:26:18.000000000 +0400
-+++ Makefile.in 2007-10-16 14:25:58.000000000 +0400
-@@ -244,39 +244,6 @@
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
- .SUFFIXES:
--am--refresh:
-- @:
--$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
-- @for dep in $?; do \
-- case '$(am__configure_deps)' in \
-- *$$dep*) \
-- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
-- cd $(srcdir) && $(AUTOMAKE) --gnu \
-- && exit 0; \
-- exit 1;; \
-- esac; \
-- done; \
-- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
-- cd $(top_srcdir) && \
-- $(AUTOMAKE) --gnu Makefile
--.PRECIOUS: Makefile
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-- @case '$?' in \
-- *config.status*) \
-- echo ' $(SHELL) ./config.status'; \
-- $(SHELL) ./config.status;; \
-- *) \
-- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-- esac;
--
--$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-- $(SHELL) ./config.status --recheck
--
--$(top_srcdir)/configure: $(am__configure_deps)
-- cd $(srcdir) && $(AUTOCONF)
--$(ACLOCAL_M4): $(am__aclocal_m4_deps)
-- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
- config.h: stamp-h1
- @if test ! -f $@; then \