diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-14 22:17:37 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-14 22:17:37 +0100 |
commit | 2363f05e54da345d21e4e784da61e88f650a4eed (patch) | |
tree | 91a920548e9053b3072e1de244e2fb91d19350cc /Makefile | |
parent | 013a1a1451196cf32485058802354b349afc3bb7 (diff) | |
download | paccache-2363f05e54da345d21e4e784da61e88f650a4eed.tar.gz paccache-2363f05e54da345d21e4e784da61e88f650a4eed.tar.zst |
pacredir.h is a dependency for pacredir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)\"" |