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

Collapse All | Expand All

(-)wormux.orig/src/Makefile (-2 / +3 lines)
Lines 5-10 Link Here
5
5
6
# Défintions communes
6
# Défintions communes
7
include make.env
7
include make.env
8
CXXFLAGS += -DINSTALL_DIR=\"$(DIR_SHARE)\"
8
9
9
ifndef ERREUR
10
ifndef ERREUR
10
###############################################################################
11
###############################################################################
Lines 154-162 Link Here
154
155
155
# Installation
156
# Installation
156
pre_install:
157
pre_install:
157
	@touch constante.cpp
158
#	@touch constante.cpp
158
159
159
install: CXXFLAGS += -DINSTALL_DIR=\"$(DIR_SHARE)\"
160
#install: CXXFLAGS += -DINSTALL_DIR=\"$(DIR_SHARE)\"
160
install: pre_install release all
161
install: pre_install release all
161
	@echo -e $(call SEPARATEUR,"(début installation)")
162
	@echo -e $(call SEPARATEUR,"(début installation)")
162
	@echo
163
	@echo

Return to bug 52679