We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9840c commit 5b4045dCopy full SHA for 5b4045d
src/makefiles/Makefile.hpux
@@ -16,7 +16,7 @@ endif
16
# add -L command to make that happen.
17
# (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
18
ifneq ($(HPUXMATHLIB),)
19
- LDFLAGS:= -L /lib/pa1.1 $(LDFLAGS)
+ LDFLAGS:= -L/lib/pa1.1 $(LDFLAGS)
20
endif
21
22
# Embed 'libdir' as the shared library search path so that the executables
0 commit comments