diff options
Diffstat (limited to 'devel/umbrello/files/patch-Makefile.in')
-rw-r--r-- | devel/umbrello/files/patch-Makefile.in | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/umbrello/files/patch-Makefile.in b/devel/umbrello/files/patch-Makefile.in index cdf541c0fed2..e69de29bb2d1 100644 --- a/devel/umbrello/files/patch-Makefile.in +++ b/devel/umbrello/files/patch-Makefile.in @@ -1,42 +0,0 @@ ---- Makefile.in.orig Wed Sep 19 20:59:58 2001 -+++ Makefile.in Wed Sep 19 21:01:26 2001 -@@ -245,22 +245,15 @@ - all: docs-am all-redirect - .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) --#>- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile --#>+ 2 -- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile -- cd $(top_srcdir) && perl admin/am_edit Makefile.in - - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - - $(ACLOCAL_M4): configure.in acinclude.m4 -- cd $(srcdir) && $(ACLOCAL) - - config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) -- $(SHELL) ./config.status --recheck - $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) -- cd $(srcdir) && $(AUTOCONF) - - config.h: stamp-h - @if test ! -f $@; then \ -@@ -278,7 +271,6 @@ - $(MAKE) $(srcdir)/stamp-h.in; \ - else :; fi - $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null - - mostlyclean-hdr: -@@ -542,8 +534,6 @@ - - #>+ 5 - force-reedit: -- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile -- cd $(top_srcdir) && perl admin/am_edit Makefile.in - - - #>+ 2 |