]> andersk Git - splint.git/blobdiff - lib/Makefile.in
*** empty log message ***
[splint.git] / lib / Makefile.in
index b01e29c4d38cc3310cd12b2a9a0953032e3eb663..ade91dde9d87ccba77d1a79342e88e1b6efa397f 100644 (file)
@@ -95,7 +95,7 @@ lclintlib_DATA = \
 
 EXTRA_DIST = $(lclintlib_DATA)
 
-LCLINT = $(top_builddir)/bin/lclint$(EXEEXT)
+LCLINT = $(top_builddir)/src/lclint$(EXEEXT)
 subdir = lib
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
@@ -254,11 +254,11 @@ posixstrict.lcd: ansi.h posix.h $(LCLINT)
        @touch $@
 
 unix.lcd: ansi.h posix.h unix.h $(LCLINT)
-       -$(LCLINT) -nolib +impconj ansi.h posix.h unix.h -dump unix
+       -$(LCLINT) -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix
        @touch $@
 
 unixstrict.lcd: ansi.h posix.h unix.h $(LCLINT)
-       -$(LCLINT) -nolib +impconj -DSTRICT ansi.h posix.h unix.h -dump unixstrict
+       -$(LCLINT) -nolib +impconj -DSTRICT ansi.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict
        @touch $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.056009 seconds and 4 git commands to generate.