]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python: Cannot delete expat.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Feb 2010 21:39:37 +0000 (22:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Feb 2010 21:39:37 +0000 (22:39 +0100)
pkgs/core/python/python.nm

index 26aa94bb4150ffdf9339e348ad6fed074e966156..34eaf755991b8ddaa0abbcc71529573e34302e6b 100644 (file)
@@ -52,9 +52,6 @@ PKG_TARBALL    = $(THISAPP).tar.bz2
 ###############################################################################
 
 define STAGE_PREPARE_CMDS
-       # Remove own copy of expat and use system's expat
-       cd $(DIR_APP) && rm -rf Modules/expat
-
        cd $(DIR_APP) && autoreconf
 endef