Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109035
Collapse All | Expand All

(-)config/Makefile.in.orig (-4 / +4 lines)
Lines 258-267 Link Here
258
AUTOMAKE_OPTIONS = no-dependencies dist-shar
258
AUTOMAKE_OPTIONS = no-dependencies dist-shar
259
EXTRA_DIST = *.conf bayonne.init* instconfig bayonne.log
259
EXTRA_DIST = *.conf bayonne.init* instconfig bayonne.log
260
RELEASE = -version-info @LT_VERSION@ -release @LT_RELEASE@
260
RELEASE = -version-info @LT_VERSION@ -release @LT_RELEASE@
261
ETC = $(sysconfdir)
261
ETC = $(DESTDIR)/$(sysconfdir)
262
CONF = $(sysconfdir)/bayonne
262
CONF = $(DESTDIR)/$(sysconfdir)/bayonne
263
INIT = $(sysconfdir)/init.d
263
INIT = $(DESTDIR)/$(sysconfdir)/init.d
264
LOGD = $(sysconfdir)/logrotate.d
264
LOGD = $(DESTDIR)/$(sysconfdir)/logrotate.d
265
all: all-am
265
all: all-am
266
266
267
.SUFFIXES:
267
.SUFFIXES:

Return to bug 109035