Codebase list apt-cacher-ng / 4db75b4
Fix subst rule, sync version Eduard Bloch 9 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3939 cmp include/config.h build/tmp/hh || cp build/tmp/hh include/config.h
4040
4141 VERSION=$(shell cat VERSION)
42 TAGVERSION=$(subst pre,_pre$(VERSION))
42 TAGVERSION=$(subst pre,_pre,$(VERSION))
4343 DISTNAME=apt-cacher-ng-$(VERSION)
4444 DEBSRCNAME=apt-cacher-ng_$(shell echo $(VERSION) | sed -e "s,pre,~pre,").orig.tar.xz
4545
33
44 #include "acsyscap.h"
55
6 #define ACVERSION "0.8~pre1"
6 #define ACVERSION "0.8pre1"
77
88 #define __STDC_FORMAT_MACROS
99 #include <inttypes.h>