Commit f853036b by Bruce Korb Committed by Bruce Korb

ensure the SHELL value is that of the make

From-SVN: r26366
parent 9ae0257f
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
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment