From 79aab093bbf68130784e0351718ca30e574f0810 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 18 Feb 1994 17:12:00 +0000 Subject: [PATCH] Keep or lost ppc-ext.h depending on whether keep-powerpc-netware is used. --- include/nlm/.Sanitize | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2