From e3b68efadd6e6287f6478b16ed95eed0b1cd4bfa Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 8 Oct 2017 22:02:29 +0200 Subject: Move DEPFLAGS from Makefile to config.mk --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b905bc..523df3a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ all: sxiv include config.mk CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) -DEPFLAGS := -MMD -MP LDLIBS := -lImlib2 -lX11 -lXft -- cgit v1.2.3-54-g00ecf