Added the $(MINUS_G) flag so that debugging can be turned off
authorSteve Chamberlain <sac@cygnus>
Mon, 11 Nov 1991 17:51:21 +0000 (17:51 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 11 Nov 1991 17:51:21 +0000 (17:51 +0000)
binutils/Makefile.in

index 316ce81a1c754bad4e18b7d6554c8161bfb73633..9c1a4fa218be64c2ba9431a3f8565f8abc80128c 100644 (file)
@@ -65,12 +65,13 @@ STAGESTUFF = $(PROGS) *.o
 BASEDIR = $(srcdir)/..
 LIBDIR  = $(unsubdir)/../bfd$(subdir)
 
+MINUS_G = -g
 #### host and target dependant Makefile fragments come in here.
 ###
 
 INCDIR = $(BASEDIR)/include
 
-CFLAGS  = -g -I. -I$(srcdir) -I$(INCDIR) $(HDEFINES) $(TDEFINES)
+CFLAGS  = $(MINUS_G) -I. -I$(srcdir) -I$(INCDIR) $(HDEFINES) $(TDEFINES)
 
 # When adding .o files, to make VPATH work in Sun Make, you have to
 # also add a foo.o: foo.c line at the bottom of the file.