aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2da1562..a9790f7 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ all: pacredir avahi/pacdbserve.service README.html
arch: arch.c config.h
$(CC) -o arch arch.c
-pacredir: pacredir.c config.h
+pacredir: pacredir.c pacredir.h config.h
$(CC) $(CFLAGS) -o pacredir pacredir.c \
-DVERSION="\"$(VERSION)\""