Merge branch 'dev/2.4.3.3' of https://github.com/Tripwire/tripwire-open-source into dev/2.4.3.3
This commit is contained in:
commit
e5a0ee308d
|
@ -3,5 +3,8 @@ SUBDIRS+= twprint twadmin siggen tripwire twtest
|
|||
EXTRA_DIST = buildnum.h buildnum.txt buildnuminc.pl dep_addprefix.pl rmcr.pl check_st.pl prime.pl parser test-harness core/md5.cpp core/sha.cpp
|
||||
|
||||
install:
|
||||
/bin/true
|
||||
true
|
||||
|
||||
uninstall:
|
||||
true
|
||||
|
||||
|
|
|
@ -492,7 +492,6 @@ installdirs: installdirs-recursive
|
|||
installdirs-am:
|
||||
install-exec: install-exec-recursive
|
||||
install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
@ -603,7 +602,10 @@ uninstall-am:
|
|||
|
||||
|
||||
install:
|
||||
/bin/true
|
||||
true
|
||||
|
||||
uninstall:
|
||||
true
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in New Issue