diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-21 04:05:37 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-21 04:05:37 +0000 |
commit | 9546e9b45c0d594fa2ab3ab60f363a97052c0a68 (patch) | |
tree | d0337f2ed61c0a410e9bd18100f7e17e07216c78 /ChangeLog | |
parent | a14b294143462318b33331ec579e745f8ff9e179 (diff) | |
download | gdb-9546e9b45c0d594fa2ab3ab60f363a97052c0a68.zip gdb-9546e9b45c0d594fa2ab3ab60f363a97052c0a68.tar.gz gdb-9546e9b45c0d594fa2ab3ab60f363a97052c0a68.tar.bz2 |
correct makesrcdir when subdir is .
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |