From de06c833349b01833403a4cd0c0072c51cc13771 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 10 May 2011 16:40:27 +0000 Subject: 29214: use -I rather than explicit path to find headers --- Src/mkmakemod.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Src/mkmakemod.sh') diff --git a/Src/mkmakemod.sh b/Src/mkmakemod.sh index 2e0963f8e..2633c27d4 100644 --- a/Src/mkmakemod.sh +++ b/Src/mkmakemod.sh @@ -383,11 +383,7 @@ if $first_stage; then if test -n "$headers"; then echo " echo '/* Extra headers for this module */'; \\" echo " for hdr in $headers; do \\" - echo " if test -f \$\$hdr; then \\" - echo " echo '# include \"'\$\$hdr'\"'; \\" - echo " else \\" - echo " echo '# include \"\$(sdir)/'\$\$hdr'\"'; \\" - echo " fi; \\" + echo " echo '# include \"'\$\$hdr'\"'; \\" echo " done; \\" echo " echo; \\" fi -- cgit 1.4.1