From 39b2a27324ef6582f4978e09ca32fdfc3389e0a9 Mon Sep 17 00:00:00 2001 From: crazy_imp Date: Sun, 1 Jul 2007 21:45:16 +0000 Subject: [PATCH] update apr to 1.2.8 git-svn-id: svn://svn.openwrt.org/openwrt/packages@7840 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/apr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 5385939d9..8db710d9f 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $ Id: $ +# crazy_imp include $(TOPDIR)/rules.mk @@ -72,7 +72,7 @@ define Build/InstallDev endef define Build/UninstallDev - -rm $(STAGING_DIR)/usr/bin/apr-config \ + rm $(STAGING_DIR)/usr/bin/apr-config \ $(STAGING_DIR)/usr/include/apr-0/{apr_allocator.h,apr_atomic.h,apr_compat.h,apr_dso.h,apr_env.h,apr_errno.h,apr_file_info.h,apr_file_io.h,apr_fnmatch.h,apr_general.h,apr_getopt.h,apr_global_mutex.h,apr.h,apr_hash.h,apr_inherit.h,apr_lib.h,apr_mmap.h,apr_network_io.h,apr_poll.h,apr_pools.h,apr_portable.h,\apr_proc_mutex.h,\apr_ring.h,apr_shm.h,apr_signal.h,apr_strings.h,apr_support.h,apr_tables.h,apr_thread_cond.h,apr_thread_mutex.h,apr_thread_proc.h,apr_thread_rwlock.h,apr_time.h,apr_user.h,apr_version.h,apr_want.h} \ $(STAGING_DIR)/usr/lib/libapr-0* \ $(STAGING_DIR)/usr/share/build/{apr_rules.mk,libtool,make_exports.awk,make_var_export.awk,mkdir.sh}