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