mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
Fix tabs in Makefile.
This commit is contained in:
parent
a1f14d30b1
commit
248a5a7257
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for the plpgsql shared object
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.14 2001/05/24 22:33:18 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.15 2001/05/25 04:24:33 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -25,9 +25,9 @@ ifeq ($(PORTNAME), qnx4)
|
||||
all: all-lib
|
||||
else
|
||||
all:
|
||||
@echo "*****"; \
|
||||
echo "* PL/pgSQL was not built due to library manager problems."; \
|
||||
echo "*****"
|
||||
@echo "*****"; \
|
||||
echo "* PL/pgSQL was not built due to library manager problems."; \
|
||||
echo "*****"
|
||||
endif
|
||||
|
||||
# Shared library stuff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user