gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / Makefile.in
index 34f22b53bb3619caa003b6df9a8449687d504d04..6bd7279e5364751089ef142e806bd54fb07401f8 100644 (file)
@@ -3,29 +3,11 @@ srcdir = @srcdir@
 
 EXECUTABLES = pthreads
 
-all:
-       @echo "Nothing to be done for all..."
-
-info:
-install-info:
-dvi:
-install:
-uninstall: force
-installcheck:
-check:
+all info install-info dvi install uninstall installcheck check:
+       @echo "Nothing to be done for $@..."
 
 clean mostlyclean:
        -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES)
 
 distclean maintainer-clean realclean: clean
        -rm -f Makefile config.status config.log config.h
-
-Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
-       $(SHELL) ./config.status --recheck
-
-config.h: stamp-h ; @true
-stamp-h: config.in config.status
-       CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
-
-config.status: configure
-       $(SHELL) config.status --recheck
This page took 0.029106 seconds and 4 git commands to generate.