summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-07-21 10:23:26 +0000
committerwlemb <wlemb>2000-07-21 10:23:26 +0000
commit39839c08d0e396cedd840cc5ad194ad0c253a1a4 (patch)
tree40e49a4bfad742a2f7b18eb68f3784f72a396173 /Makefile.in
parentf18ee87c527997720f5cab83461ff8bd371357d4 (diff)
downloadgroff-39839c08d0e396cedd840cc5ad194ad0c253a1a4.tar.gz
* Makefile.in (ENVSETUP): Don't assume POSIX make semantics for
commands that fail. Don't assume that "export a=b" is valid shell syntax. This is needed for Solaris 2.5.1. * src/libs/libgroff/tmpfile.cc, src/utils/indxbib/indxbib.cc: Fix comment about missing Solaris headers. * PROBLEMS: Add section about problems with Sun Make and VPATH. * src/roff/nroff/nroff.sh: Fix main loop syntax.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ab07b8c6..ccbd522d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -368,8 +368,12 @@ TARGETS=all install install_bin install_data clean distclean mostlyclean \
# This ENVSETUP gork is required by the DJGPP build on Windows 9X,
# where Make needs to be case-sensitive to find files like BI and VERSION.
-ENVSETUP=`test -f $(srcdir)/makefile.ccpg*\
- && test -f $(srcdir)/Makefile.ccpg* && echo export FNCASE=y`
+ENVSETUP=\
+ if test -f $(srcdir)/makefile.ccpg* && \
+ test -f $(srcdir)/Makefile.ccpg*; \
+ then FNCASE=y; export FNCASE; \
+ else :; \
+ fi
do=all
dodirs=$(ALLDIRS) dot