From cad4d033fc2854ab8db0c36eac2d6c4601aab774 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 8 Sep 2007 16:28:23 +0200 Subject: [PATCH] Install API of the new sorter. I had to get rid of the $(?F) construct, because did not work with includes in subdirectories (like sorter has). I have replaced it by a direct reference to the include list macro, which also allows to add the missing dependency on autoconf.h. --- lib/Makefile | 6 ++---- lib/sorter/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 2ee53e14..6f44b008 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -122,10 +122,8 @@ endif API_LIBS+=libucw API_INCLUDES+=$(o)/lib/.include-stamp -# XXX: We do not have a dependency on autoconf.h, but it is generated by configure -# before make ever starts, so this is safe. -$(o)/lib/.include-stamp: $(addprefix $(s)/lib/,$(LIBUCW_INCLUDES)) - $(Q)$(s)/build/install-includes $(