aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-11-14 22:17:37 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-11-14 22:17:37 +0100
commit2363f05e54da345d21e4e784da61e88f650a4eed (patch)
tree91a920548e9053b3072e1de244e2fb91d19350cc /Makefile
parent013a1a1451196cf32485058802354b349afc3bb7 (diff)
downloadpaccache-2363f05e54da345d21e4e784da61e88f650a4eed.tar.gz
paccache-2363f05e54da345d21e4e784da61e88f650a4eed.tar.zst
pacredir.h is a dependency for pacredir
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)\""