From: evans1629 Date: Sun, 17 Mar 2002 19:49:46 +0000 (+0000) Subject: Removed unexport's from makefile. They don't seem to work everywhere. X-Git-Tag: splint-3_1_0~124 X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/commitdiff_plain/2b89434fa676ed7a8989a947f1b813a93eea7484 Removed unexport's from makefile. They don't seem to work everywhere. --- diff --git a/test/Makefile.am b/test/Makefile.am index 66bded5..406bc42 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,9 +12,9 @@ DIFFFLAGS = SPLINT = $(top_builddir)/src/splint$(EXEEXT) -unexport LARCH_PATH -unexport LCLIMPORTDIR - +### These are shell-specific +## unexport LARCH_PATH +## unexport LCLIMPORTDIR ### This is horrible! Can't we make top_builddir absolute? SPLINTNEST = ../$(top_builddir)/src/splint$(EXEEXT)