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

Collapse All | Expand All

(-)nesc-1.1.3/tools/avr-as/Makefile.in.orig (-1 / +1 lines)
Lines 290-296 Link Here
290
	perl make-avr-as $(EXEEXT)
290
	perl make-avr-as $(EXEEXT)
291
291
292
install-exec-local: as$(EXEEXT)
292
install-exec-local: as$(EXEEXT)
293
	perl install-avr-as $(ncclibdir)
293
	perl install-avr-as $(DESTDIR)/$(ncclibdir)
294
# Tell versions [3.59,3.63) of GNU make to not export all variables.
294
# Tell versions [3.59,3.63) of GNU make to not export all variables.
295
# Otherwise a system limit (for SysV at least) may be exceeded.
295
# Otherwise a system limit (for SysV at least) may be exceeded.
296
.NOEXPORT:
296
.NOEXPORT:

Return to bug 78907