ensure the SHELL value is that of the make

From-SVN: r26366
This commit is contained in:
Bruce Korb 1999-04-12 07:21:36 +00:00 committed by Bruce Korb
parent 9ae0257f30
commit f853036b41
2 changed files with 5 additions and 2 deletions

View 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

View 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 \