This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] Makefile.in tweak


The following patch is a very minor change -- it replaces leading spaces
with a single hard tab in Makefile.in so that Emacs doesn't complain about a
possible Makefile syntax error.  Okay to commit?


--- Makefile.in 2000/09/15 10:21:14     1.791
+++ Makefile.in 2000/10/07 23:28:17
@@ -646,7 +646,7 @@
        ui-out.o cli-out.o \
        varobj.o wrapper.o \
        jv-lang.o jv-valprint.o jv-typeprint.o \
-       m2-lang.o p-lang.o p-typeprint.o p-valprint.o \
+       m2-lang.o p-lang.o p-typeprint.o p-valprint.o \
        scm-exp.o scm-lang.o scm-valprint.o complaints.o typeprint.o \
        c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o \
        c-valprint.o cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o \

Ben


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]