]> granicus.if.org Git - postgresql/blobdiff - src/backend/bootstrap/Makefile
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
[postgresql] / src / backend / bootstrap / Makefile
index 53cc71285e5a6eb5082f76535c9984bd0e8aff0a..a77d8648008b52054859454712d69c80341544df 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the bootstrap module
 #
-# $PostgreSQL: pgsql/src/backend/bootstrap/Makefile,v 1.38 2009/08/28 20:26:18 petere Exp $
+# src/backend/bootstrap/Makefile
 #
 #-------------------------------------------------------------------------
 
@@ -10,9 +10,9 @@ subdir = src/backend/bootstrap
 top_builddir = ../../..
 include $(top_builddir)/src/Makefile.global
 
-override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
+override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)
 
-OBJS= bootparse.o bootstrap.o 
+OBJS= bootparse.o bootstrap.o
 
 include $(top_srcdir)/src/backend/common.mk