File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ SUBDIRS+= twprint twadmin siggen tripwire twtest
33EXTRA_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
55install :
6- /bin/true
6+ true
7+
8+ uninstall :
9+ true
710
Original file line number Diff line number Diff line change @@ -492,7 +492,6 @@ installdirs: installdirs-recursive
492492installdirs-am :
493493install-exec : install-exec-recursive
494494install-data : install-data-recursive
495- uninstall : uninstall-recursive
496495
497496install-am : all-am
498497 @$(MAKE ) $(AM_MAKEFLAGS ) install-exec-am install-data-am
@@ -603,7 +602,10 @@ uninstall-am:
603602
604603
605604install :
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.
You can’t perform that action at this time.
0 commit comments