]> andersk Git - splint.git/blobdiff - Makefile.in
Fixed bug in Makefile.am.
[splint.git] / Makefile.in
index 1ab931ebd465e62f02d202cd33655b932c9a3828..1ec75b4e120cafec66d7a7e3bcabf9597ffc2421 100644 (file)
@@ -80,6 +80,7 @@ MV = @MV@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
 RM = @RM@
+SED = @SED@
 VERSION = @VERSION@
 am__include = @am__include@
 am__quote = @am__quote@
@@ -88,7 +89,7 @@ install_sh = @install_sh@
 AUTOMAKE_OPTIONS = 1.5 foreign
 
 binaryfixscript = ./fixBinaryDist.sh
-SUBDIRS = lib imports test doc src
+SUBDIRS = src lib imports test doc
 
 binaryDir = bin
 binaryDirFiles = $(binaryDir)/Makefile.am $(binaryDir)/Makefile.in
@@ -423,6 +424,8 @@ uninstall-info: uninstall-info-recursive
        uninstall-info-recursive uninstall-recursive
 
 
+.PHONY: test
+
 #try to remake these but don't stop if it fails.
 configure.binary:configure.binary.ac
        -autoconf -oconfigure.binary configure.binary.ac
This page took 0.033018 seconds and 4 git commands to generate.