diff options
| author | Bruce Momjian | 1998-09-09 18:39:33 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-09-09 18:39:33 +0000 |
| commit | 6d3a5482aa6bd308bf1ce108d15cd287c9fc8f3a (patch) | |
| tree | 50500d334c0578b99c703ab1b18385e45cbbed2f /src/makefiles | |
| parent | 6921f364db82e349ca9a1cc00a5fed9809a0f7f0 (diff) | |
Aix4 fixes from Andreas Zeugswetter
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/Makefile.aix4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.aix4 b/src/makefiles/Makefile.aix4 new file mode 100644 index 00000000000..b5c1c1d2c17 --- /dev/null +++ b/src/makefiles/Makefile.aix4 @@ -0,0 +1,4 @@ +MK_NO_LORDER= true + +%$(DLSUFFIX): %.o + $(LD) -G -bexpall -bnoentry -o $@ $< $(LDFLAGS) |
