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:
@ -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) $<
|
||||
|
Reference in New Issue
Block a user