diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-10-12 00:53:42 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-10-12 00:53:42 +0000 |
| commit | beac8c1c4609eb7dcb24e5352c66f3b70682d331 (patch) | |
| tree | af0d9e4eea68bee99986e522374dc26f816e34bd /src/makefiles/Makefile.sco | |
| parent | 5a61590e4874c0f67dbe37b573edac3e984e99d7 (diff) | |
| download | postgresql-beac8c1c4609eb7dcb24e5352c66f3b70682d331.tar.gz | |
Fix for vacuum and cache use. Fix for BSDI 4.0.
Diffstat (limited to 'src/makefiles/Makefile.sco')
| -rw-r--r-- | src/makefiles/Makefile.sco | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.sco b/src/makefiles/Makefile.sco index 2bc7627eb8..325c9516bd 100644 --- a/src/makefiles/Makefile.sco +++ b/src/makefiles/Makefile.sco @@ -1,6 +1,5 @@ CFLAGS += -dy LDFLAGS += -W l,-Bexport -%.so: %.o - $(LD) -G -Bdynamic -o $@ $< + %.so: %.o $(LD) -G -Bdynamic -o $@ $< |
