OSDN Git Service

Thu Sep 20 16:00:44 2001 Andrew Cagney <cagney@b1.cygnus.com>
authorcagney <cagney>
Sat, 22 Sep 2001 16:42:19 +0000 (16:42 +0000)
committercagney <cagney>
Sat, 22 Sep 2001 16:42:19 +0000 (16:42 +0000)
* Makefile.in (shared/tcl_regexp.o, tcl_regexp.o): Add explict
build rules that include @TCL_DEFS@ in the list of compiler flags.

expect/ChangeLog
expect/Makefile.in

index b7ab56f..bf31061 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep 20 16:00:44 2001  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (shared/tcl_regexp.o, tcl_regexp.o): Add explict
+       build rules that include @TCL_DEFS@ in the list of compiler flags.
+
 Tue Sep 11 15:24:00 2001  Christopher Faylor <cgf@cygnus.com>
 
        Remove unneeded CYGWIN code throughout.
index 7aec90e..71a8197 100644 (file)
@@ -848,3 +848,8 @@ pty_sgttyb.o: $(srcdir)/pty_sgttyb.c expect_cf.h exp_rename.h exp_tty_in.h \
 pty_termios.o: $(srcdir)/pty_termios.c expect_cf.h exp_win.h \
        exp_tty_in.h exp_tty.h exp_rename.h exp_pty.h 
 pty_unicos.o: $(srcdir)/pty_unicos.c expect_cf.h exp_rename.h 
+tcl_regexp.o: $(srcdir)/tcl_regexp.c
+       $(CC) -c $(CFLAGS_INT) @TCL_DEFS@ $(HDEFS) $<
+shared/tcl_regexp.o: $(srcdir)/tcl_regexp.c
+       $(CC) -c $(CFLAGS_INT) @EXP_SHLIB_CFLAGS@ @TCL_DEFS@ $(HDEFS) $< -o shared/$@
+