diff options
Diffstat (limited to 'graphics/autopano-sift/files/patch-Makefile')
-rw-r--r-- | graphics/autopano-sift/files/patch-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/autopano-sift/files/patch-Makefile b/graphics/autopano-sift/files/patch-Makefile deleted file mode 100644 index 658f2e0d9fdf..000000000000 --- a/graphics/autopano-sift/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Mon Oct 31 07:45:20 2005 -+++ Makefile Tue Apr 11 14:12:32 2006 -@@ -72,15 +72,15 @@ - - distclean: - rm -f libsift.dll -- make $(MAKE_OPTIONS) -C util clean -+ $(MAKE) $(MAKE_OPTIONS) -C util clean - - utils: -- make $(MAKE_OPTIONS) -C util all -+ $(MAKE) $(MAKE_OPTIONS) -C util all - - release: clean releasetempclean releasetempsetup all bin_install - # autopano-sift - svn export . /tmp/$(APSVER)/src -- make -C util/man/ -+ $(MAKE) -C util/man/ - mkdir /tmp/$(APSVER)/doc - cp util/man/*.[17] util/man/*.pdf util/man/*.txt /tmp/$(APSVER)/doc - mkdir /tmp/$(APSVER)/bin |