mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:34:03 -04:00
Rename SLSUFF to DLSUFFIX
This commit is contained in:
@@ -3,7 +3,8 @@ include ../../Makefile.global
|
||||
|
||||
CFLAGS+= -I../../include -I$(LIBPQDIR)
|
||||
|
||||
all: complex$(SLSUFF) funcs$(SLSUFF)
|
||||
all: complex$(DLSUFFIX) funcs$(DLSUFFIX)
|
||||
|
||||
clean:
|
||||
rm -f complex$(SLSUFF) funcs$(SLSUFF)
|
||||
rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user