summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-01-27 05:04:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-01-27 05:04:35 +0000
commitf49d41353d237715ff4b0954d894a1e42617296c (patch)
tree919f907b028279f79e9b481198955e56e4587f0a
parent9efbe8d761a81ad4669b74d9affca1d2ffd09d9c (diff)
This should fix Stan's USE_POSIX_SIGNALS problem as well
-rw-r--r--src/makefiles/Makefile.hpux1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux
index bbe304539f5..49f72855bbd 100644
--- a/src/makefiles/Makefile.hpux
+++ b/src/makefiles/Makefile.hpux
@@ -2,7 +2,6 @@ HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/')
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
ifeq ($(HPUX_MAJOR), 10)
LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
- CFLAGS+= -DUSE_POSIX_SIGNALS
endif
# HP-UX 09 needs libc before libPW, so we need to get the libc version first