skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 39893ba1cea9a460aa4e64fef2029079bfdcb966
parent 2b0ab2120becaa40b777e7c43bfa57cb0397e3a9
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue,  5 Jan 2016 20:58:18 +0000

 Fix dependencies to BUILT_INCLUDES (thanks Yannick DuchĂȘne)

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -35,7 +35,6 @@ ALL_SRCS := $(wildcard src/lib*/*.c) ALL_SOBJS := $(ALL_SRCS:%.c=%.o) ALL_DOBJS := $(ALL_SRCS:%.c=%.lo) ALL_LIBS := $(SHARED_LIBS) $(STATIC_LIBS) -ALL_INCLUDES := $(wildcard src/include/$(package)/*.h) BUILT_INCLUDES := \ src/include/$(package)/sysdeps.h \ src/include/$(package)/uint16.h \ @@ -48,6 +47,7 @@ src/include/$(package)/error.h \ src/include/$(package)/gidstuff.h \ src/include/$(package)/ip46.h \ src/include/$(package)/setgroups.h +ALL_INCLUDES := $(sort $(BUILT_INCLUDES) $(wildcard src/include/$(package)/*.h)) ALL_SYSDEPS := $(wildcard $(sysdeps)/*) ALL_DATA := $(wildcard src/etc/*)