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

(-)source/Makefile.common (-2 / +2 lines)
Lines 21-32 Link Here
21
# we only want natural rebuilds to regenerate the link date.
21
# we only want natural rebuilds to regenerate the link date.
22
nedit: $(OBJS) ../util/libNUtil.a $(XMLLIB) $(XLTLIB)
22
nedit: $(OBJS) ../util/libNUtil.a $(XMLLIB) $(XLTLIB)
23
	$(CC) $(CFLAGS) -c linkdate.c
23
	$(CC) $(CFLAGS) -c linkdate.c
24
	$(CC) $(CFLAGS) $(OBJS) linkdate.o $(XMLLIB) \
24
	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) linkdate.o $(XMLLIB) \
25
	 $(XLTLIB) ../util/libNUtil.a $(LIBS) -o $@
25
	 $(XLTLIB) ../util/libNUtil.a $(LIBS) -o $@
26
26
27
# Note LIBS isn't quite right here; it links unnecessarily against Motif
27
# Note LIBS isn't quite right here; it links unnecessarily against Motif
28
nc: nc.o server_common.o ../util/libNUtil.a
28
nc: nc.o server_common.o ../util/libNUtil.a
29
	$(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
29
	$(CC) $(CFLAGS) $(LDFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
30
30
31
help.o: help.c
31
help.o: help.c
32
	$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
32
	$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@

Return to bug 290337