mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
Replace useless uses of := by = in makefiles.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#
|
||||
# Makefile for the storage manager subsystem
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/backend/storage/Makefile,v 1.12 2007/01/20 17:16:12 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/storage/Makefile,v 1.13 2007/02/09 15:55:58 petere Exp $
|
||||
#
|
||||
|
||||
subdir = src/backend/storage
|
||||
top_builddir = ../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
SUBDIRS := buffer file freespace ipc large_object lmgr page smgr
|
||||
SUBDIROBJS := $(SUBDIRS:%=%/SUBSYS.o)
|
||||
SUBDIRS = buffer file freespace ipc large_object lmgr page smgr
|
||||
SUBDIROBJS = $(SUBDIRS:%=%/SUBSYS.o)
|
||||
|
||||
all: SUBSYS.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user