diff options
| author | Bruce Momjian | 2001-09-06 03:16:46 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-09-06 03:16:46 +0000 |
| commit | e9f546365f061af57b6367d29714316e9488f4c7 (patch) | |
| tree | 880314e85d79cad8e2b581336bd59d213ead8a37 /src/makefiles/Makefile.unixware | |
| parent | 56b102a96e38f9efb53137ea322209b7a57a4bfe (diff) | |
> > I sent this to -hackers and peter_e, but thought it ought to go to
> > -patches as well.
>
> The -Bdynamic probably ought to disappear.
That was there already, but I have no objections. I was trying to
make minimal changes.
Larry Rosenman
Diffstat (limited to 'src/makefiles/Makefile.unixware')
| -rw-r--r-- | src/makefiles/Makefile.unixware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware index f394e619138..92888e18062 100644 --- a/src/makefiles/Makefile.unixware +++ b/src/makefiles/Makefile.unixware @@ -23,6 +23,6 @@ SO_FLAGS = -G endif %.so: %.o - $(CC) $(SO_FLAGS) -Bdynamic -o $@ $< + $(CC) $(SO_FLAGS) -o $@ $< sqlmansect = 5sql |
