parent
a1e1de5c23
commit
9cc93c1479
|
@ -104,3 +104,5 @@ dumplog_LDFLAGS = $(AM_LFLAGS)
|
|||
strip: $(bin_PROGRAMS) $(sbin_PROGRAMS)
|
||||
$(STRIP) $^
|
||||
|
||||
extras: $(EXTRA_PROGRAMS)
|
||||
|
||||
|
|
|
@ -710,6 +710,8 @@ uninstall-man: uninstall-man8
|
|||
|
||||
strip: $(bin_PROGRAMS) $(sbin_PROGRAMS)
|
||||
$(STRIP) $^
|
||||
|
||||
extras: $(EXTRA_PROGRAMS)
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
Loading…
Reference in New Issue