diff options
author | jtb <jtb> | 2001-01-27 00:00:58 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-01-27 00:00:58 +0000 |
commit | 8f9a77a53eaa938ce9968532a1e2a3a669bf7975 (patch) | |
tree | 741dada9c8f4d4e7a649ee0dfd5e29f10a73b4e9 | |
parent | d70bc3d241411cd0641553fd21b649a33d6a3fa6 (diff) | |
download | pkgsrc-8f9a77a53eaa938ce9968532a1e2a3a669bf7975.tar.gz |
Typo.
-rw-r--r-- | math/dfftpack/files/Makefile | 2 |
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: |