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

Collapse All | Expand All

(-)como-1.0-orig/base/como.gmk (-2 / +2 lines)
Lines 121-131 Link Here
121
x=$(EXTRAS:%=$(EXTRADIR)/%)
121
x=$(EXTRAS:%=$(EXTRADIR)/%)
122
SRCS_como += $(x)
122
SRCS_como += $(x)
123
123
124
capture.o:	build-sniffer-list
124
capture.o:	sniffer-list.h
125
125
126
TEMPORARY += sniffer-list.h
126
TEMPORARY += sniffer-list.h
127
127
128
build-sniffer-list:
128
sniffer-list.h:
129
	@( \
129
	@( \
130
	echo "/* generated file, do not edit */" ;		\
130
	echo "/* generated file, do not edit */" ;		\
131
	for i in $(SNIFFERS); do  				\
131
	for i in $(SNIFFERS); do  				\

Return to bug 151574