From f49d41353d237715ff4b0954d894a1e42617296c Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 27 Jan 1998 05:04:35 +0000 Subject: [PATCH] This should fix Stan's USE_POSIX_SIGNALS problem as well --- src/makefiles/Makefile.hpux | 1 - 1 file changed, 1 deletion(-) diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index bbe304539f..49f72855bb 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 -- 2.11.0