]> andersk Git - splint.git/blobdiff - Makefile.in
Added missing signal.h information to posix.h
[splint.git] / Makefile.in
index 8d0372fa5f40b9b28d59e748b66d8563961847da..1e0a2ab20b0925522c3ec4f39106c2121602b289 100644 (file)
@@ -121,10 +121,10 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        uninstall-info-recursive all-recursive install-data-recursive \
        install-exec-recursive installdirs-recursive install-recursive \
        uninstall-recursive check-recursive installcheck-recursive
-DIST_COMMON = README Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
-       config.hin config/config.guess config/config.sub config/depcomp \
-       config/install-sh config/missing config/mkinstalldirs configure \
-       configure.ac
+DIST_COMMON = README Makefile.am Makefile.in TODO acinclude.m4 \
+       aclocal.m4 config.hin config/config.guess config/config.sub \
+       config/depcomp config/install-sh config/missing \
+       config/mkinstalldirs configure configure.ac
 DIST_SUBDIRS = $(SUBDIRS)
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -459,6 +459,11 @@ configure.binary:configure.binary.ac
 
 Makefile.binary.in:Makefile.binary.am
        -automake Makefile.binary
+       $(SED) -e s/Makefile\.binary/Makefile/ Makefile.binary.in > tMakefile.binary.in
+#      $(RM) Makefile.binary.in
+       $(CP) tMakefile.binary.in Makefile.binary.in
+#drl add this hack 3/1/2003
+#make the generated makefile depend on Makefile not Makefile.binary
 
 $(binaryDir)/Makefile.in: $(binaryDir)/Makefile.am
        -automake $(binaryDir)/Makefile
This page took 0.326762 seconds and 4 git commands to generate.