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

Collapse All | Expand All

(-)a/Makefile.in (-2 / +3 lines)
Lines 18-23 FL_LEX = @FL_LEX@ Link Here
18
18
19
exec_prefix   = @exec_prefix@
19
exec_prefix   = @exec_prefix@
20
prefix        = @prefix@
20
prefix        = @prefix@
21
DESTDIR      ?= /
21
EXEEXT	      = @EXEEXT@
22
EXEEXT	      = @EXEEXT@
22
INSTALLBINDIR = @bindir@
23
INSTALLBINDIR = @bindir@
23
INSTALLLIBDIR = @libdir@
24
INSTALLLIBDIR = @libdir@
Lines 55-61 ifneq (,$(wildcard *.o)) Link Here
55
endif
56
endif
56
57
57
install: eflite
58
install: eflite
58
	mkdir -p $(exec_prefix)/bin && install -c -m 0755 $< $(exec_prefix)/bin
59
	mkdir -p $(DESTDIR)$(exec_prefix)/bin
60
	install -c -m 0755 $< $(DESTDIR)$(exec_prefix)/bin
59
61
60
test: eflite
62
test: eflite
61
	./eflite -f eflite_test.txt
63
	./eflite -f eflite_test.txt
62
- 

Return to bug 639430