diff options
Diffstat (limited to 'lang/hope/files/patch-lib--Makefile.in')
-rw-r--r-- | lang/hope/files/patch-lib--Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/hope/files/patch-lib--Makefile.in b/lang/hope/files/patch-lib--Makefile.in deleted file mode 100644 index d8039c02119d..000000000000 --- a/lang/hope/files/patch-lib--Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/Makefile.in.orig 1999-04-16 18:21:45.000000000 +0400 -+++ lib/Makefile.in 2014-05-19 00:03:58.000000000 +0400 -@@ -14,11 +14,11 @@ - all: - - install: -- $(INSTALL) -d $(hopelib) -- for f in *.hop; do $(INSTALL_DATA) $$f $(hopelib); done -- $(INSTALL) -d $(newlib) -+ $(INSTALL) -d $(DESTDIR)$(hopelib) -+ for f in *.hop; do $(INSTALL_DATA) $$f $(DESTDIR)$(hopelib); done -+ $(INSTALL) -d $(DESTDIR)$(newlib) - sed -f list.sed Standard.hop >Standard-new.hop -- $(INSTALL_DATA) Standard-new.hop $(newlib)/Standard.hop -+ $(INSTALL_DATA) Standard-new.hop $(DESTDIR)$(newlib)/Standard.hop - rm -f Standard-new.hop - - distclean clean clobber: |