Commit 34945055 authored by Bruce Momjian's avatar Bruce Momjian

Changed make to gmake.

Added needed include file.
parent 4cf9d03e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Makefile for tcop # Makefile for tcop
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.1 1996/10/27 09:52:53 bryanh Exp $ # $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.2 1996/10/31 05:55:23 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -28,7 +28,7 @@ SUBSYS.o: $(OBJS) ...@@ -28,7 +28,7 @@ SUBSYS.o: $(OBJS)
utility.o: ../parse.h utility.o: ../parse.h
../parse.h: ../parse.h:
make -C .. parse.h gmake -C .. parse.h
dep: ../parse.h dep: ../parse.h
$(CC) -MM $(INCLUDE_OPT) *.c >depend $(CC) -MM $(INCLUDE_OPT) *.c >depend
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.1.1.1 1996/07/09 06:21:59 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.2 1996/10/31 05:55:24 momjian Exp $
* *
* NOTES * NOTES
* See acl.h. * See acl.h.
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "catalog/catalog.h" #include "catalog/catalog.h"
#include "catalog/catname.h" #include "catalog/catname.h"
#include "catalog/pg_group.h" #include "catalog/pg_group.h"
#include "catalog/pg_operator.h"
#include "catalog/pg_user.h" #include "catalog/pg_user.h"
#include "utils/syscache.h" #include "utils/syscache.h"
#include "parser/catalog_utils.h" #include "parser/catalog_utils.h"
......
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