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

(-)Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
DCE_OBJS = dcetest.o tcpstuff.o
8
DCE_OBJS = dcetest.o tcpstuff.o
9
9
10
dcetest: $(DCE_OBJS)
10
dcetest: $(DCE_OBJS)
11
	$(CC) -o dcetest $(DCE_OBJS)
11
	$(CC) $(CFLAGS) $(LDFLAGS) -o dcetest $(DCE_OBJS)
12
12
13
clean:
13
clean:
14
	rm -f *~ *.bak
14
	rm -f *~ *.bak

Return to bug 335711