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

(-)aiccu/unix-console/Makefile (-1 / +1 lines)
Lines 144-150 endif Link Here
144
all: aiccu
144
all: aiccu
145
145
146
aiccu:	$(OBJS) ${SRCS} ${INCS}
146
aiccu:	$(OBJS) ${SRCS} ${INCS}
147
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
147
	$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) -o $@
148
ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
148
ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
149
ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
149
ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
150
	strip $@
150
	strip $@

Return to bug 179581