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
commit95fb55453cad20253a74a9798c4b5b0bc5271469 (patch)
tree741dada9c8f4d4e7a649ee0dfd5e29f10a73b4e9 /math/dfftpack
parent407cbf6f3a6da04ed94027ecc4dddb5b976d366a (diff)
downloadpkgsrc-95fb55453cad20253a74a9798c4b5b0bc5271469.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: