* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 20f1c6dd3301ff4df730dc68a0a8748fe611f164..f83a6a961b4b3095d9951828f1a071975a9ddf4e 100644 (file)
@@ -151,7 +151,11 @@ INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
        $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
        $(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS)
 
-# The config/mh-* file must define REGEX and REGEX1 on USG machines.
+# We are using our own version of REGEX now to be consistent across
+# machines.
+REGEX = regex.o
+REGEX1 = regex.o
+
 # If your system is missing alloca(), or, more likely, it's there but
 # it doesn't work, then refer to libiberty.
 
@@ -461,13 +465,10 @@ install: all install-only
 install-only: 
        $(INSTALL_XFORM) gdb $(bindir)/gdb
        $(INSTALL_XFORM1) $(srcdir)/gdb.1 $(man1dir)/gdb.1
-       $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$n.1
-       $(M_INSTALL)
        @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do 
 
 uninstall: force
-       rm -f $(bindir)/gdb $(man1dir)/gdb.1 $(man1dir)/$$n.1
-       $(M_UNINSTALL)
+       rm -f $(bindir)/gdb $(man1dir)/gdb.1
        @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do 
 
 init.c: munch $(OBS) $(TSOBS)
This page took 0.022879 seconds and 4 git commands to generate.