summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-xkbfile.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-05-21 10:33:07 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-05-21 10:33:07 +0000
commit0a1e1c7c2e7251639eeac4f2a64e0f2b8be39653 (patch)
treef6daef71c88c2dc8b7cc3a317b2c826bf87b25af /rules/xorg-lib-xkbfile.make
parentf5e11f84a3bb5da83de87324e65787d8e299413e (diff)
downloadptxdist-0a1e1c7c2e7251639eeac4f2a64e0f2b8be39653.tar.gz
ptxdist-0a1e1c7c2e7251639eeac4f2a64e0f2b8be39653.tar.xz
* Changed "patchin" macro to use the packet label instead of the
direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-xkbfile.make')
-rw-r--r--rules/xorg-lib-xkbfile.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xorg-lib-xkbfile.make b/rules/xorg-lib-xkbfile.make
index eb697c8d8..f635f71e1 100644
--- a/rules/xorg-lib-xkbfile.make
+++ b/rules/xorg-lib-xkbfile.make
@@ -50,7 +50,7 @@ $(STATEDIR)/xorg-lib-xkbfile.extract: $(xorg-lib-xkbfile_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(XORG_LIB_XKBFILE_DIR))
@$(call extract, XORG_LIB_XKBFILE)
- @$(call patchin, $(XORG_LIB_XKBFILE))
+ @$(call patchin, XORG_LIB_XKBFILE)
@$(call touch, $@)
# ----------------------------------------------------------------------------