Commit 2baf2150 authored by Bruce Momjian's avatar Bruce Momjian

Fixed YACC depenencies and 'make clean' now cleans totally.

parent a3e68d90
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.7 1996/09/23 08:21:52 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.8 1996/09/26 15:40:24 momjian Exp $
#
#-------------------------------------------------------------------------
......@@ -228,7 +228,7 @@ IDLDFLAGS+= -Aa -D_HPUX_SOURCE
endif
endif
CLEANFILES+= postgres
CLEANFILES+= postgres pg_id fmgr.h
#############################################################################
......
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:14 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Attic/Makefile.inc,v 1.2 1996/09/26 15:40:37 momjian Exp $
#
#
# Another kinda weird Makefile.inc cause we need two
......@@ -21,8 +21,8 @@
bootdir= $(CURDIR)/bootstrap
VPATH:= $(VPATH):$(bootdir)
#BOOTYACCS= bootstrap_tokens.h bootparse.c
BOOTYACCS= bootparse.c
BOOTYACCS= bootstrap_tokens.h bootparse.c
#BOOTYACCS= bootparse.c
SRCS_BOOTSTRAP= bootparse.c bootscanner.c bootstrap.c
......
......@@ -7,14 +7,14 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/parser/Attic/Makefile.inc,v 1.4 1996/09/21 06:29:09 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/parser/Attic/Makefile.inc,v 1.5 1996/09/26 15:40:45 momjian Exp $
#
#-------------------------------------------------------------------------
VPATH:= $(VPATH):$(CURDIR)/parser
#PARSEYACCS= gram.c parse.h
PARSEYACCS= gram.c
PARSEYACCS= gram.c parse.h
#PARSEYACCS= gram.c
$(PARSEYACCS): gram.y
$(YACC) $(YFLAGS) $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment