View | Details | Raw Unified | Return to bug 249431 | Differences between
and this patch

Collapse All | Expand All

(-)stand/libsa/Makefile.b (-1 / +1 lines)
Lines 122-128 Link Here
122
	ln -sf ${SRCTOP}/include/arpa/inet.h arpa/inet.h; \
122
	ln -sf ${SRCTOP}/include/arpa/inet.h arpa/inet.h; \
123
	ln -sf ${SRCTOP}/include/arpa/tftp.h arpa/tftp.h; \
123
	ln -sf ${SRCTOP}/include/arpa/tftp.h arpa/tftp.h; \
124
	for i in _time.h _strings.h _string.h; do \
124
	for i in _time.h _strings.h _string.h; do \
125
		[ -f xlocale/$$i ] || touch xlocale/$$i; \
125
		[ -f xlocale/$$i ] || cp /dev/null xlocale/$$i; \
126
	done; \
126
	done; \
127
	for i in ${STAND_H_INC}; do \
127
	for i in ${STAND_H_INC}; do \
128
		ln -sf ${SASRC}/stand.h $$i; \
128
		ln -sf ${SASRC}/stand.h $$i; \

Return to bug 249431