Удален устаревший патч

pull/3/head
Alexander Tratsevskiy 2 years ago
parent b3cd1e8303
commit 91e7b7245c

@ -1,16 +0,0 @@
# Calculate format=diff
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 9d33192..4999edf 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -50,9 +50,7 @@ ${SRCS}: version.h
.PHONY: version.h.tmp
version.h.tmp:
echo "#define VERSION \"${VERSION}${GITVER}\"" >$@
- if test -n "${BRANDING}"; then \
- echo "#define BRANDING \"${BRANDING}\"" >> $@; \
- fi
+ echo "#define BRANDING \"Calculate Linux\"" >> $@; \
version.h: version.h.tmp
cmp -s $@.tmp $@ && rm $@.tmp || mv $@.tmp $@
Loading…
Cancel
Save