summaryrefslogtreecommitdiffstats
path: root/rules/expat.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-05-11 11:15:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-05-11 11:15:25 +0000
commitc3641b2fcf2161ddb770fb90ebc98268a28e1034 (patch)
tree674480545feec1bcc881e355c76e935f942fd1ed /rules/expat.make
parentee7a2e90a3a1f5aee9f28c7169318068e7f37fc7 (diff)
downloadptxdist-c3641b2fcf2161ddb770fb90ebc98268a28e1034.tar.gz
ptxdist-c3641b2fcf2161ddb770fb90ebc98268a28e1034.tar.xz
fixed expat paths; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2607 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/expat.make')
-rw-r--r--rules/expat.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/expat.make b/rules/expat.make
index 9ee0bfb8c..b98d376e5 100644
--- a/rules/expat.make
+++ b/rules/expat.make
@@ -134,8 +134,8 @@ $(STATEDIR)/expat.targetinstall: $(expat_targetinstall_deps)
@$(call install_fixup,DESCRIPTION,missing)
@$(call install_copy, 0, 0, 0644, $(EXPAT_DIR)/.libs/libexpat.so.0.5.0, /lib/libexpat.so.0.5.0)
- @$(call install_link, /lib/libexpat.so.0.5.0, /lib/libexpat.so.0)
- @$(call install_link, /lib/libexpat.so.0.5.0, /lib/libexpat.so)
+ @$(call install_link, libexpat.so.0.5.0, /lib/libexpat.so.0)
+ @$(call install_link, libexpat.so.0.5.0, /lib/libexpat.so)
@$(call install_finish)