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

Collapse All | Expand All

(-)Makefile~ (-1 / +1 lines)
Lines 263-269 Link Here
263
$(SYSCALLOBJ): syscalls.h
263
$(SYSCALLOBJ): syscalls.h
264
264
265
$(OBJDIR)/elftrunc: $(OBJDIR)/diet contrib/elftrunc.c
265
$(OBJDIR)/elftrunc: $(OBJDIR)/diet contrib/elftrunc.c
266
	bin-$(MYARCH)/diet $(CROSS)$(CC) $(CFLAGS) -o $@ contrib/elftrunc.c
266
	$(OBJDIR)/diet $(CROSS)$(CC) $(CFLAGS) -o $@ contrib/elftrunc.c
267
267
268
VERSION=dietlibc-$(shell head -n 1 CHANGES|sed 's/://')
268
VERSION=dietlibc-$(shell head -n 1 CHANGES|sed 's/://')
269
CURNAME=$(notdir $(shell pwd))
269
CURNAME=$(notdir $(shell pwd))

Return to bug 82846