View | Details | Raw Unified | Return to bug 127334
Collapse All | Expand All

(-)./Makefile.in (-1 / +1 lines)
Lines 727-733 Link Here
727
727
728
tilda.desktop: tilda.desktop.in
728
tilda.desktop: tilda.desktop.in
729
	sed -e 's|\@BINDIR\@|$(bindir)|' \
729
	sed -e 's|\@BINDIR\@|$(bindir)|' \
730
	    -e 's|\@PIXMAPSDIR\@|$(datadir)/applications|' $< > $@
730
	    -e 's|\@PIXMAPSDIR\@|$(datadir)/applications|' $*.in > $@
731
# Tell versions [3.59,3.63) of GNU make to not export all variables.
731
# Tell versions [3.59,3.63) of GNU make to not export all variables.
732
# Otherwise a system limit (for SysV at least) may be exceeded.
732
# Otherwise a system limit (for SysV at least) may be exceeded.
733
.NOEXPORT:
733
.NOEXPORT:

Return to bug 127334