1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-12 16:21:30 +03:00

Cancel last version which introduced unintended flags

for linux-alpha support.
This commit is contained in:
Thomas G. Lockhart 1998-02-18 07:15:23 +00:00
parent 581166da91
commit 38004ce57b

View File

@ -1,4 +1,3 @@
CFLAGS = -I$(SRCDIR)/include -I/usr/include/ncurses -I/usr/include/readline -Dlinuxalpha -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
ifdef LINUX_ELF
# test for __ELF__ in C code so do not need LINUX_ELF defined
# - thomas 1997-12-29