summaryrefslogtreecommitdiff
path: root/math/dfftpack
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-01-27 00:00:58 +0000
committerjtb <jtb@pkgsrc.org>2001-01-27 00:00:58 +0000
commit388cd5f69a895ee4df937d114d402331257007c2 (patch)
tree741dada9c8f4d4e7a649ee0dfd5e29f10a73b4e9 /math/dfftpack
parenta605e72c5d849054633515fb7fd943e1dc443b5c (diff)
downloadpkgsrc-388cd5f69a895ee4df937d114d402331257007c2.tar.gz
Typo.
Diffstat (limited to 'math/dfftpack')
-rw-r--r--math/dfftpack/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/dfftpack/files/Makefile b/math/dfftpack/files/Makefile
index 900eb244086..c215fee96e2 100644
--- a/math/dfftpack/files/Makefile
+++ b/math/dfftpack/files/Makefile
@@ -13,7 +13,7 @@ OBJS = zfftb.o cfftb1.o zfftf.o cfftf1.o zffti.o cffti1.o dcosqb.o \
rffti1.o dsinqb.o dsinqf.o dsinqi.o dsint.o sint1.o dsinti.o
lib$(LIB).la: $(OBJS)
- $(LIBTOOL) --mode=link $(FC) $(FFLAGS) -o $@ $(OBJ:.o=.lo) \
+ $(LIBTOOL) --mode=link $(FC) $(FFLAGS) -o $@ $(OBJS:.o=.lo) \
-rpath $(LIBDIR) --version-info 0:0
.f.o: