aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2018-02-18 21:31:59 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2018-02-18 21:31:59 +0000
commite5837c658b65cea29dc0c96811dda305382a8262 (patch)
treee73e9beb6579ad7810b5641ad4c5df99817b40e4 /Makefile.in
parent55b5c68b79748789dd2f374e21db9e883f4b8d84 (diff)
parent1fc41b776f712f321c1f355d391c6a5eaf79ebfa (diff)
downloadwavemon-e5837c658b65cea29dc0c96811dda305382a8262.tar.gz
Update upstream source from tag 'upstream/0.8.2'
Update to upstream version '0.8.2' with Debian dir 99713d8c3f398f90062f7a8b1d890dd7de10fea5
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d2e1c01..c9ecc37 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@ RM = rm -vf
MAIN = @PACKAGE_NAME@.c
HEADERS = $(wildcard *.h)
-PURESRC = $(filter-out $(MAIN),$(wildcard *.c))
+PURESRC = $(filter-out $(MAIN),$(sort $(wildcard *.c)))
OBJS = $(PURESRC:.c=.o)
DOCS = README.md NEWS THANKS AUTHORS COPYING ChangeLog