aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--config.mk1
2 files changed, 1 insertions, 1 deletions
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
diff --git a/config.mk b/config.mk
index cf2f946..b083388 100644
--- a/config.mk
+++ b/config.mk
@@ -4,6 +4,7 @@ MANPREFIX := $(PREFIX)/share/man
CC ?= gcc
CFLAGS += -std=c99 -Wall -pedantic
CPPFLAGS += -I/usr/include/freetype2 -D_XOPEN_SOURCE=700
+DEPFLAGS := -MMD -MP
LDFLAGS +=
# autoreload backend: inotify/nop