]> andersk Git - splint.git/commitdiff
Removed unexport's from makefile. They don't seem to work everywhere.
authorevans1629 <evans1629>
Sun, 17 Mar 2002 19:49:46 +0000 (19:49 +0000)
committerevans1629 <evans1629>
Sun, 17 Mar 2002 19:49:46 +0000 (19:49 +0000)
test/Makefile.am

index 66bded5d5f8dfcf9812a9d3867a98e6be481c39d..406bc42a95bb2ef42593789e9546813653b5dd06 100644 (file)
@@ -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)
This page took 0.044227 seconds and 5 git commands to generate.