aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-04-21 04:05:37 +0000
committerK. Richard Pixley <rich@cygnus>1992-04-21 04:05:37 +0000
commit9546e9b45c0d594fa2ab3ab60f363a97052c0a68 (patch)
treed0337f2ed61c0a410e9bd18100f7e17e07216c78 /ChangeLog
parenta14b294143462318b33331ec579e745f8ff9e179 (diff)
downloadgdb-9546e9b45c0d594fa2ab3ab60f363a97052c0a68.zip
gdb-9546e9b45c0d594fa2ab3ab60f363a97052c0a68.tar.gz
gdb-9546e9b45c0d594fa2ab3ab60f363a97052c0a68.tar.bz2
correct makesrcdir when subdir is .
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed17f6e..90c2763 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
+Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
+
+ * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
+ MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
+
+Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
+
+ * configure: mkdir ${subdir} as needed.
+
Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
+ * Makefile.in: no longer pass against on recursion.
+
* Makefile.in: added .NOEXPORT: so that stray makefile_frag
definitions are not inherited.