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-Tag: gdb-4_18~15460 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79aab093bbf68130784e0351718ca30e574f0810;p=thirdparty%2Fbinutils-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