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

(-)a/cursor/Makefile.am (-1 / +1 lines)
Lines 21-27 GPERFFLAGS = --includes --struct-type --language=ANSI-C --switch=1 Link Here
21
CLEANFILES = shape_to_id.c
21
CLEANFILES = shape_to_id.c
22
22
23
shape_to_id.c: shape_to_id.gperf
23
shape_to_id.c: shape_to_id.gperf
24
	$(AM_V_GEN)if $(GPERF) $(GPERFFLAGS) shape_to_id.gperf >$@t; then \
24
	$(AM_V_GEN)if $(GPERF) $(GPERFFLAGS) $< >$@t; then \
25
	  mv $@t $@; \
25
	  mv $@t $@; \
26
	elif $(GPERF) --version >/dev/null 2>&1; then \
26
	elif $(GPERF) --version >/dev/null 2>&1; then \
27
	  rm $@t; \
27
	  rm $@t; \

Return to bug 571790