2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / Makefile.in
index ab228ddf9359a713515ae3aae7653d68237801f7..0db2a26ca1b9caa75ec99ee7477b83c96a35a280 100644 (file)
@@ -1,20 +1,13 @@
-#### host, target, and site specific Makefile frags come in here.
-
 VPATH = @srcdir@
 srcdir = @srcdir@
 
 .PHONY: all clean mostlyclean distclean realclean
 
-all
-       @echo "Nothing to be done for all..."   
+all info install-info dvi install uninstall installcheck check:
+       @echo "Nothing to be done for $@..."
 
 clean mostlyclean:
-       -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10200 mn10300
+       -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10300 sh3
 
 distclean maintainer-clean realclean: clean
        -rm -f Makefile config.status config.log
-
-Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
-       $(SHELL) ./config.status --recheck
-
-
This page took 0.025273 seconds and 4 git commands to generate.