X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ace5a062fc5390e636b09c5684bfbeae755cf437..831ea74cddf8568b8648edddb394fdd3d1ba7b8e:/apt-pkg/makefile diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 9236f81fb..e3e6e202e 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -31,7 +31,7 @@ SLIBS+= -llz4 endif APT_DOMAIN:=libapt-pkg$(LIBAPTPKG_MAJOR) -SOURCE = $(wildcard *.cc */*.cc) -HEADERS = $(addprefix apt-pkg/,$(notdir $(wildcard *.h */*.h))) +SOURCE = $(sort $(wildcard *.cc */*.cc)) +HEADERS = $(addprefix apt-pkg/,$(notdir $(sort $(wildcard *.h */*.h)))) include $(LIBRARY_H)