From 822ef72657b60902bd67e48fb339c1c6fc5e0e5a Mon Sep 17 00:00:00 2001
From: Bert <ber.t@gmx.com>
Date: Thu, 20 Jan 2011 15:37:06 +0100
Subject: Rebuild all object files after changing config.h

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e6644ee..326ecd4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ OBJFILES=$(SRCFILES:.c=.o)
 sxiv:	$(OBJFILES)
 	$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
 
-%.o: %.c Makefile
+%.o: %.c Makefile config.h
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 install: all
-- 
cgit v1.2.3