|
Lines 471-477
Link Here
|
| 471 |
# (.desktop), which happens to be translated using intltool. |
471 |
# (.desktop), which happens to be translated using intltool. |
| 472 |
$(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) |
472 |
$(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) |
| 473 |
perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) |
473 |
perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) |
| 474 |
chmod --reference=$< $@ |
474 |
chmod 0755 $@ |
| 475 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
475 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 476 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
476 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 477 |
.NOEXPORT: |
477 |
.NOEXPORT: |