diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /editors/abiword-devel/files/patch-aq | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'editors/abiword-devel/files/patch-aq')
-rw-r--r-- | editors/abiword-devel/files/patch-aq | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/abiword-devel/files/patch-aq b/editors/abiword-devel/files/patch-aq deleted file mode 100644 index cef4e383e24a..000000000000 --- a/editors/abiword-devel/files/patch-aq +++ /dev/null @@ -1,27 +0,0 @@ ---- config/abi_defs.mk Fri Jun 9 15:48:49 2000 -+++ config/abi_defs.mk.new Thu Jun 22 16:32:03 2000 -@@ -124,11 +124,11 @@ - ## INSTALL program... - - define MAKE_OBJDIR --if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi -+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi - endef - - define VERIFY_DIRECTORY --if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi -+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi - endef - - ifeq ($(OS_NAME), WIN32) -@@ -160,7 +160,9 @@ - ################################################################## - ################################################################## - --ABICOPY=cp -+ABICOPY = cp -+ABICHMOD = chmod -+ABIMKDIR = mkdir -m u=rwx,go=rx - - ifdef ABISOURCE_LICENSED_TRADEMARKS - ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS |