From a4951ca5708346b2d26ae46db77a12a08791efda Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 28 Nov 2001 03:57:15 +0000 Subject: add fxt FFT code and related stuff --- math/fxt/files/patch-makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 math/fxt/files/patch-makefile (limited to 'math/fxt/files/patch-makefile') diff --git a/math/fxt/files/patch-makefile b/math/fxt/files/patch-makefile new file mode 100644 index 000000000000..a68304b99e34 --- /dev/null +++ b/math/fxt/files/patch-makefile @@ -0,0 +1,14 @@ +--- makefile.orig Wed Nov 28 11:53:26 2001 ++++ makefile Wed Nov 28 11:54:18 2001 +@@ -441,9 +441,9 @@ + install: lib + @echo 'PREFIX=$(PREFIX) LIBDIR=$(LIBDIR) INCDIR=$(INCDIR)' + @test -d $(LIBDIR) || mkdir $(LIBDIR) +- cp -auv $(FXTLIB) $(LIBDIR)/ ++ ${INSTALL_PROGRAM} $(FXTLIB) $(LIBDIR)/ + @test -d $(INCDIR) || mkdir $(INCDIR) +- @cp -auv $(FXTHDRS) $(INCDIR)/ ++ @${INSTALL_DATA} $(FXTHDRS) $(INCDIR)/ + + .PHONY: uninstall ## opposite of install ;-) + uninstall: -- cgit v1.2.3