diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-05-23 15:33:46 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-05-23 15:33:46 +0200 |
commit | e4b3ac16d7288f3e7fc5bee8df520e25f9cfe7e0 (patch) | |
tree | 982c7e1d920f6850db5715da83198cf47b1f990d /python/makefile.mk | |
parent | 3bf5ae903175615d67da18ab2990cf2a550899d3 (diff) |
do not concatenate empty line in python/makefile.mk
Change-Id: I08897ea5527e7ac56b37855b740a3dc1c8ddb544
Diffstat (limited to 'python/makefile.mk')
-rw-r--r-- | python/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 1abe10017fc5..3e710954a7fc 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -58,7 +58,7 @@ PATCH_FILES=\ Python-2.6.1-nohardlink.patch \ Python-2.6.1-py2422.patch \ Python-2.6.1-py4768.patch \ - Python-2.6.1-svn-1.7.patch \ + Python-2.6.1-svn-1.7.patch CONFIGURE_DIR= |