Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: gdb/testsuite/gdb.linespec/Makefile.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.java/jv-print.exp ('k') | gdb/testsuite/gdb.linespec/linespec.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 EXECUTABLES = lspec 4 EXECUTABLES = lspec
5 5
6 all info install-info dvi install uninstall installcheck check: 6 all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..." 7 @echo "Nothing to be done for $@..."
8 8
9 clean mostlyclean: 9 clean mostlyclean:
10 -rm -f *~ *.o *.ci 10 -rm -f *~ *.o *.ci
11 -rm -f *.dwo *.dwp
11 -rm -f core $(EXECUTABLES) 12 -rm -f core $(EXECUTABLES)
12 13
13 distclean maintainer-clean realclean: clean 14 distclean maintainer-clean realclean: clean
14 -rm -f Makefile config.status config.log gdb.log gdb.sum 15 -rm -f Makefile config.status config.log gdb.log gdb.sum
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.java/jv-print.exp ('k') | gdb/testsuite/gdb.linespec/linespec.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698