mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
SRCDIR= ../..
|
||||
LIBPQDIR= $(SRCDIR)/libpq
|
||||
include ../../Makefile.global
|
||||
|
||||
CFLAGS+= -I../../include -I$(LIBPQDIR)
|
||||
|
@ -4,12 +4,11 @@
|
||||
# Makefile for tutorial
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.2 1996/11/12 11:43:20 bryanh Exp $
|
||||
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.3 1996/11/13 10:36:24 bryanh Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SRCDIR= ..
|
||||
LIBPQDIR= $(SRCDIR)/libpq
|
||||
include ../Makefile.global
|
||||
|
||||
CFLAGS+= -I$(LIBPQDIR) -I../../include
|
||||
|
Reference in New Issue
Block a user