diff options
Diffstat (limited to 'rescue/Makefile.am')
-rw-r--r-- | rescue/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rescue/Makefile.am b/rescue/Makefile.am index 1208be1c..f6f5b258 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -59,9 +59,3 @@ stamp-virt-rescue.pod: virt-rescue.pod --html $(top_builddir)/html/virt-rescue.1.html \ $< touch $@ - -# Build a partly-static binary (for the binary distribution). - -virt-rescue.static$(EXEEXT): $(virt_rescue_OBJECTS) $(virt_rescue_DEPENDENCIES) - $(top_srcdir)/relink-static.sh \ - $(virt_rescue_LINK) $(virt_rescue_OBJECTS) -static $(virt_rescue_LDADD) $(virt_rescue_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -lpcre -lhivex -lmagic -lz -lm |