X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Finstall-reloc;h=7edc541afb9890140abe1bb42b6341ee6f968402;hb=38e8c084b95e98c4e763df8cfc43a141aa93fc5f;hp=3edb7a7d6fb73e0fcaa51b6b422a27bcc87c2457;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/build-aux/install-reloc b/build-aux/install-reloc index 3edb7a7d6..7edc541af 100755 --- a/build-aux/install-reloc +++ b/build-aux/install-reloc @@ -1,6 +1,6 @@ #!/bin/sh # install-reloc - install a program including a relocating wrapper -# Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # Written by Bruno Haible , 2003. # # This program is free software: you can redistribute it and/or modify @@ -183,7 +183,7 @@ rm -f relocwrapper.o \ strerror.o \ c-ctype.o test $rc = 0 || exit $? -# Clean up debugging information left over by the native C compiler on MacOS X. +# Clean up debugging information left over by the native C compiler on Mac OS X. rm -rf "$destprog.wrapper$exeext.dSYM" test $rc = 0 || exit $?