1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

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

This commit is contained in:
Bruce Momjian
1996-09-26 15:40:45 +00:00
parent a3e68d902e
commit 2baf2150e9
3 changed files with 8 additions and 8 deletions

View File

@ -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) $<