diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-07-15 15:54:52 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-07-15 15:54:52 +0000 |
| commit | 3eec6ee145976fe0fcecc0199e179d90178daa6d (patch) | |
| tree | 94f8f2a8c705bff35bde81a55eeb7406be03deca /src/template/nextstep | |
| parent | 739a0566a639bc0e052447f09fafdb8f5bb37d9b (diff) | |
| download | postgresql-3eec6ee145976fe0fcecc0199e179d90178daa6d.tar.gz | |
Rename templates to match names in makefiles/Makefile.* and include/port.
Read templates after compiler is detected. Convert all templates to real
shell scripts. Rename bsd->openbsd, alpha->osf.
Diffstat (limited to 'src/template/nextstep')
| -rw-r--r-- | src/template/nextstep | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/template/nextstep b/src/template/nextstep index c3269f2744..c8b14f4d8b 100644 --- a/src/template/nextstep +++ b/src/template/nextstep @@ -1,7 +1,4 @@ -AROPT:rc -CFLAGS: -SHARED_LIB: -ALL: -SRCH_INC: -SRCH_LIB: -DLSUFFIX:.o +AROPT=rc +CFLAGS= +SHARED_LIB= +DLSUFFIX=.o |
