diff options
| author | Andres Freund | 2022-08-07 16:36:01 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-08-07 16:36:01 +0000 |
| commit | 8f12a4e7addc733deb5a656548fb8013609f50f1 (patch) | |
| tree | b1d0db3d8ce4dd6d0c20d3f4b3d1f07d57f456f9 /src/backend | |
| parent | 9ddb870bd479c1e9cacc5605b7831a4df90fcbf5 (diff) | |
aix: Remove checks for very old OS versions
Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile index 953c80db5ab..7262861b12a 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -101,15 +101,7 @@ postgres: $(POSTGRES_IMP) $(POSTGRES_IMP): $(OBJS) $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(call expand_subsys,$^) -ifeq ($(host_os), aix3.2.5) $(MKLDEXPORT) SUBSYS.o $(bindir)/postgres > $@ -else -ifneq (,$(findstring aix4.1, $(host_os))) - $(MKLDEXPORT) SUBSYS.o $(bindir)/postgres > $@ -else - $(MKLDEXPORT) SUBSYS.o . > $@ -endif -endif @rm -f SUBSYS.o endif # aix |
