From: Ian Lance Taylor Date: Fri, 18 Feb 1994 17:12:00 +0000 (+0000) Subject: Keep or lost ppc-ext.h depending on whether keep-powerpc-netware is X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=79aab093bbf68130784e0351718ca30e574f0810;p=binutils-gdb.git Keep or lost ppc-ext.h depending on whether keep-powerpc-netware is used. --- diff --git a/include/nlm/.Sanitize b/include/nlm/.Sanitize index 75f957d5d71..6f1d0dfbf30 100644 --- a/include/nlm/.Sanitize +++ b/include/nlm/.Sanitize @@ -17,6 +17,12 @@ Do-first: +if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then + keep_these_too="ppc-ext.h ${keep_these_too}" +else + lose_these_too="ppc-ext.h ${lose_these_too}" +fi + # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize