Skip to content

Commit e5a0ee3

Browse files
committed
Merge branch 'dev/2.4.3.3' of https://github.com/Tripwire/tripwire-open-source into dev/2.4.3.3
2 parents 388a29a + d230711 commit e5a0ee3

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ SUBDIRS+= twprint twadmin siggen tripwire twtest
33
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
44

55
install:
6-
/bin/true
6+
true
7+
8+
uninstall:
9+
true
710

src/Makefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ installdirs: installdirs-recursive
492492
installdirs-am:
493493
install-exec: install-exec-recursive
494494
install-data: install-data-recursive
495-
uninstall: uninstall-recursive
496495

497496
install-am: all-am
498497
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
@@ -603,7 +602,10 @@ uninstall-am:
603602

604603

605604
install:
606-
/bin/true
605+
true
606+
607+
uninstall:
608+
true
607609

608610
# Tell versions [3.59,3.63) of GNU make to not export all variables.
609611
# Otherwise a system limit (for SysV at least) may be exceeded.

0 commit comments

Comments
 (0)