mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Remove useless whitespace at end of lines
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
AROPT = crs
|
||||
|
||||
|
||||
DLSUFFIX = .so
|
||||
|
||||
ifdef PGXS
|
||||
|
@ -14,6 +14,6 @@ LDFLAGS += -Wl,-woff,15 -Wl,-woff,84
|
||||
|
||||
# Rule for building a shared library from a single .o file
|
||||
%.so: %.o
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<
|
||||
|
||||
sqlmansect = 5sql
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PGXS: PostgreSQL extensions makefile
|
||||
|
||||
# src/makefiles/pgxs.mk
|
||||
# src/makefiles/pgxs.mk
|
||||
|
||||
# This file contains generic rules to build many kinds of simple
|
||||
# extension modules. You only need to set a few variables and include
|
||||
|
Reference in New Issue
Block a user