diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-02-18 07:15:23 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-02-18 07:15:23 +0000 |
commit | 38004ce57bc6d35fd84160ba25feac29a8da73ee (patch) | |
tree | 634f13725a40e4ebea8ed3262c801b1866f9bcfa /src | |
parent | 581166da91da1652142f32a785f7d1a737ae57ba (diff) | |
download | postgresql-38004ce57bc6d35fd84160ba25feac29a8da73ee.tar.gz postgresql-38004ce57bc6d35fd84160ba25feac29a8da73ee.zip |
Cancel last version which introduced unintended flags
for linux-alpha support.
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index a39c10f77d6..8b440692c6d 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -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 |