* gdb.opt/Makefile.in: Fix whitespace.
[binutils.git] / gdb / testsuite / gdb.opt / Makefile.in
index 17fc1305f85523bc24defae987bc03bfa481e4c5..e8bea9c09ddc17cbbcb148084af409df37570999 100644 (file)
@@ -6,19 +6,19 @@ EXECUTABLES = hello/hello
 MISCELLANEOUS =
 
 all info install-info dvi install uninstall installcheck check:
-       @echo "Nothing to be done for $@..."
+       @echo "Nothing to be done for $@..."
 
 clean mostlyclean:
-       -find . -name '*.o' -print | xargs rm -f
-       -find . -name '*.ali' -print | xargs rm -f
-       -find . -name 'b~*.ad[sb]' -print | xargs rm -f
-       -rm -f *~ a.out xgdb *.x *.ci *.tmp
-       -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
-       -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
-       -rm -f $(MISCELLANEOUS) twice-tmp.c
+       -find . -name '*.o' -print | xargs rm -f
+       -find . -name '*.ali' -print | xargs rm -f
+       -find . -name 'b~*.ad[sb]' -print | xargs rm -f
+       -rm -f *~ a.out xgdb *.x *.ci *.tmp
+       -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
+       -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
+       -rm -f $(MISCELLANEOUS) twice-tmp.c
 
 distclean maintainer-clean realclean: clean
-       -rm -f *~ core
-       -rm -f Makefile config.status config.log
-       -rm -f *-init.exp
-       -rm -fr *.log summary detail *.plog *.sum *.psum site.*
+       -rm -f *~ core
+       -rm -f Makefile config.status config.log
+       -rm -f *-init.exp
+       -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.027305 seconds and 4 git commands to generate.