diff options
author | Bruce Korb <korb@datadesign.com> | 1999-03-12 08:57:04 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-03-12 08:57:04 +0000 |
commit | 47e73a5e92f2ecb4d63038f75f9baa557ee74e7a (patch) | |
tree | 50b31daad62e112b826b5bab490e06be291aa790 /gcc | |
parent | ecef190cbddae4d8a089f440995c407a84ff0254 (diff) | |
download | gcc-47e73a5e92f2ecb4d63038f75f9baa557ee74e7a.zip gcc-47e73a5e92f2ecb4d63038f75f9baa557ee74e7a.tar.gz gcc-47e73a5e92f2ecb4d63038f75f9baa557ee74e7a.tar.bz2 |
Missing from fixincl-branch merge
From-SVN: r25727
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/fixinc/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7c232a..2aeb7e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,8 @@ Fri Mar 12 07:54:43 1999 Bruce Korb <korb@datadesign.com> * fixinc/fixinc.*: Some changes from the fixincl-branch were not applied (??!!). Corrected. + * fixinc/Makefile.in: same thing. + Fri Mar 12 00:51:43 1999 Jeffrey A Law (law@cygnus.com) * expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than diff --git a/gcc/fixinc/Makefile.in b/gcc/fixinc/Makefile.in index c1aa9c2..94dd523 100644 --- a/gcc/fixinc/Makefile.in +++ b/gcc/fixinc/Makefile.in @@ -58,7 +58,7 @@ INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config -I$(srcdir) ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -OBJ = fixincl.o server.o regex.o +OBJ = fixincl.o server.o regex.o procopen.o HDR = server.h regex.h LIBERTY = ../../libiberty/libiberty.a |