Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739774 | Differences between
and this patch

Collapse All | Expand All

(-)vdr-2.4.4.orig/Makefile (-2 / +2 lines)
Lines 136-142 Link Here
136
VDRVERSION = $(shell sed -ne '/define VDRVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h)
136
VDRVERSION = $(shell sed -ne '/define VDRVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h)
137
APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h)
137
APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h)
138
138
139
all: vdr i18n plugins
139
all: vdr i18n
140
140
141
# Implicit rules:
141
# Implicit rules:
142
142
Lines 282-288 Link Here
282
282
283
# Install the files (note that 'install-pc' must be first!):
283
# Install the files (note that 'install-pc' must be first!):
284
284
285
install: install-pc install-bin install-conf install-doc install-plugins install-i18n install-includes
285
install: install-pc install-bin install-conf install-doc install-i18n install-includes
286
286
287
# VDR binary:
287
# VDR binary:
288
288

Return to bug 739774