--- trunk/base/generic/lib/Makefile.in 2006/04/17 03:18:06 467 +++ trunk/base/generic/lib/Makefile.in 2006/05/18 15:39:38 624 @@ -143,7 +143,7 @@ # Files to install -LIB_DIR_FILES = btprolog.h Makefile.bt instance_enum.h ascConfig.h +LIB_DIR_FILES = Makefile.bt btprolog.h instance_enum.h ascConfig.h install-binaries:: $(LIB_DIR_FILES) @if test ! -d $(LIB_DIR) ; then \ @@ -175,7 +175,7 @@ -$(RM) $(LIB_DIR_FILES) *.so *.sl -.PHONY: btprolog.h +# .PHONY: btprolog.h # DO NOT DELETE THIS LINE -- g++dep uses it. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.