diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-06 19:12:44 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-06 19:12:44 +0000 |
commit | f2aa6a83a24b1330da8c3c8ffd869c98e70d0433 (patch) | |
tree | 2aa007cd9e8546eff8b771c283bee93c8977fd10 /ftp/proftpd-devel/files/patch-modules-Makefile.in | |
parent | 689f9b8b18f33d5c77896f1315cf1db3115572cd (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel/files/patch-modules-Makefile.in')
-rw-r--r-- | ftp/proftpd-devel/files/patch-modules-Makefile.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ftp/proftpd-devel/files/patch-modules-Makefile.in b/ftp/proftpd-devel/files/patch-modules-Makefile.in deleted file mode 100644 index 7bf4e642ed27..000000000000 --- a/ftp/proftpd-devel/files/patch-modules-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ -Index: modules/Makefile.in -=================================================================== -RCS file: /cvsroot/proftp/proftpd/modules/Makefile.in,v -retrieving revision 1.24 -diff -u -r1.24 Makefile.in ---- modules/Makefile.in 8 Jan 2007 19:58:22 -0000 1.24 -+++ modules/Makefile.in 17 Sep 2007 17:27:11 -0000 -@@ -50,7 +50,7 @@ - test -z "$(SHARED_MODULE_OBJS)" || $(LIBTOOL) --mode=install $(INSTALL_BIN) $(SHARED_MODULE_OBJS) $(DESTDIR)$(LIBEXECDIR) - @dirs="$(SHARED_MODULE_DIRS)"; \ - for dir in $$dirs; do\ -- cd $(top_srcdir)/$$dir/ && $(MAKE) install; \ -+ (cd $(top_srcdir)/$$dir/ && $(MAKE) install); \ - done - - clean: -@@ -59,7 +59,7 @@ - $(LIBTOOL) --mode=clean $(RM) `echo $(SHARED_MODULE_OBJS) | sed 's/\.la$\/.lo/g'` - @dirs="$(SHARED_MODULE_DIRS) $(STATIC_MODULE_DIRS)"; \ - for dir in $$dirs; do\ -- cd $(top_srcdir)/$$dir/ && $(MAKE) clean; \ -+ (cd $(top_srcdir)/$$dir/ && $(MAKE) clean); \ - done - - depend: |