PR other/12618
[deliverable/binutils-gdb.git] / libiberty / testsuite / Makefile.in
index 534626e952d44064f16ea0b46a8a03104f735a4e..69ac1f5105e0f1553ba22ab98d6c0e77a77815f6 100644 (file)
@@ -67,19 +67,21 @@ test-demangle: $(srcdir)/test-demangle.c ../libiberty.a
 test-pexecute: $(srcdir)/test-pexecute.c ../libiberty.a
        $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-pexecute \
                $(srcdir)/test-pexecute.c ../libiberty.a
-               
+
 test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
        $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
                $(srcdir)/test-expandargv.c ../libiberty.a
 
 # Standard (either GNU or Cygnus) rules we don't use.
-html install-html info install-info clean-info dvi install etags tags installcheck:
+html install-html info install-info clean-info dvi pdf install-pdf \
+install etags tags installcheck:
 
 # The standard clean rules.
 mostlyclean:
        rm -f test-demangle
        rm -f test-pexecute
        rm -f test-expandargv
+       rm -f core
 clean: mostlyclean
 distclean: clean
        rm -f Makefile
This page took 0.023174 seconds and 4 git commands to generate.