Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
seryakov committed Jun 30, 2004
1 parent b7956f2 commit 5084a34
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Expand Up @@ -36,18 +36,19 @@
#

POSTGRES=/usr/local/pgsql
ifneq ( $(shell [ -f $(POSTGRES)/include/libpq-fe.h ] && echo ok), ok)
ifneq ($(shell [ -f $(POSTGRES)/include/libpq-fe.h ] && echo ok),ok)
POSTGRES = LSB
endif

ifdef INST
NSHOME ?= $(INST)
else
ifdef NSBUILD
NSHOME=..
ifeq ($(shell [ -f ../include/Makefile.module ] && echo ok),ok)
NSHOME = ..
NSBUILD = 1
else
NSHOME=/usr/local/aolserver
ifneq ( $(shell [ -f $(NSHOME)/include/Makefile.module ] && echo ok), ok)
ifneq ($(shell [ -f $(NSHOME)/include/Makefile.module ] && echo ok),ok)
NSHOME = ../aolserver
endif
endif
Expand Down

0 comments on commit 5084a34

Please sign in to comment.