Browse Source

* Makefile.in (MAKEOVERRIDES): Define to be empty.

gdb-4_18-branch
Ian Lance Taylor 34 years ago
parent
commit
1fa4a94e50
  1. 4
      ChangeLog
  2. 1
      Makefile.in

4
ChangeLog

@ -1,3 +1,7 @@
Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (MAKEOVERRIDES): Define to be empty.
Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: a couple of 'else true' for decstation,

1
Makefile.in

@ -289,6 +289,7 @@ all: $(ALL)
.PHONY: do-info do-check do-dvi do-install-info
.PHONY: do-clean do-mostlyclean do-distclean do-realclean
.NOEXPORT:
MAKEOVERRIDES=
# Do a target for all the subdirectories. A ``make do-X'' will do a
# ``make X'' in all subdirectories (because, in general, there is a

Loading…
Cancel
Save