OSDN Git Service

This should fix Stan's USE_POSIX_SIGNALS problem as well
authorMarc G. Fournier <scrappy@hub.org>
Tue, 27 Jan 1998 05:04:35 +0000 (05:04 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 27 Jan 1998 05:04:35 +0000 (05:04 +0000)
src/makefiles/Makefile.hpux

index bbe3045..49f7285 100644 (file)
@@ -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