fixed a typo in the UninstallDev part
authorMartin Janitschke <noeoeh@web.de>
Thu, 12 Jul 2007 09:34:20 +0000 (09:34 +0000)
committerMartin Janitschke <noeoeh@web.de>
Thu, 12 Jul 2007 09:34:20 +0000 (09:34 +0000)
SVN-Revision: 7934

libs/apr/Makefile

index 79327bcbf005d3f5317bfcfff3b2018e01d9e609..357d61e512e8733bb230db55c3765eed08146393 100644 (file)
@@ -76,9 +76,9 @@ define Build/InstallDev
 endef
 
 define Build/UninstallDev
-       rm      $(STAGING_DIR)/usr/bin/apr-1-config \
+       rm -rf  $(STAGING_DIR)/usr/bin/apr-1-config \
                $(STAGING_DIR)/usr/lib/{libapr-1*,apr.exp} \
-       rm -rf  $(STAGING_DIR)/usr/share/build-1/ \
+               $(STAGING_DIR)/usr/share/build-1/ \
                $(STAGING_DIR)/usr/include/apr-1/
 endef