ensure the SHELL value is that of the make
authorBruce Korb <ddsinc09@ix.netcom.com>
Mon, 12 Apr 1999 07:21:36 +0000 (07:21 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 12 Apr 1999 07:21:36 +0000 (07:21 +0000)
From-SVN: r26366

gcc/ChangeLog
gcc/Makefile.in

index a4534cd61457a046cb0431ee61e9e310daa820e2..6232adf54dd9b055a47b8e7c05104f5f6b0b246d 100644 (file)
@@ -1,5 +1,8 @@
 1999-04-12  Bruce Korb <ddsinc09@ix.netcom.com>
 
+       * Makefile.in( stmp-fixinc ):
+       ensure the SHELL value is that of the make
+
        * fixincl/inclhack.tpl:
        the file name lists ought to be restricted to "*.h" anyway
        C++ files may be named .../[a-z]++/... also
index a328394b374b13a6de72dec1d6e16a362ad5b0b3..80fc7b750ad91359350bb2d01e1fb0765232b614 100644 (file)
@@ -2144,8 +2144,8 @@ fixinc.sh: $(srcdir)/fixinc/mkfixinc.sh
 stmp-fixinc: fixinc.sh gsyslimits.h
        rm -rf include; mkdir include
        TARGET_MACHINE=$(target); srcdir=`cd $(srcdir); pwd`; \
-       INSTALL_ASSERT_H=$(INSTALL_ASSERT_H); \
-       export TARGET_MACHINE srcdir INSTALL_ASSERT_H; \
+       INSTALL_ASSERT_H=$(INSTALL_ASSERT_H); SHELL=$(SHELL) ;\
+       export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
        $(SHELL) ./fixinc.sh `pwd`/include $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS)
        rm -f include/syslimits.h
        if [ -f include/limits.h ]; then \