summaryrefslogtreecommitdiff
path: root/math/dfftpack
diff options
context:
space:
mode:
authorjtb <jtb>2001-01-27 00:00:58 +0000
committerjtb <jtb>2001-01-27 00:00:58 +0000
commit8f9a77a53eaa938ce9968532a1e2a3a669bf7975 (patch)
tree741dada9c8f4d4e7a649ee0dfd5e29f10a73b4e9 /math/dfftpack
parentd70bc3d241411cd0641553fd21b649a33d6a3fa6 (diff)
downloadpkgsrc-8f9a77a53eaa938ce9968532a1e2a3a669bf7975.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: