summaryrefslogtreecommitdiffstats
path: root/rules/libIDL-2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-27 09:36:01 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-27 09:36:01 +0000
commitc58042910ed97dc1c9c76b4c4491640e6911a467 (patch)
tree449e3f28889cca891e865860a2c0d491ed3fed6a /rules/libIDL-2.make
parentaf1eb3b0733abd216e2b7bd3e1058725830e4108 (diff)
downloadptxdist-c58042910ed97dc1c9c76b4c4491640e6911a467.tar.gz
ptxdist-c58042910ed97dc1c9c76b4c4491640e6911a467.tar.xz
ipkgized
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2535 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libIDL-2.make')
-rw-r--r--rules/libIDL-2.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/libIDL-2.make b/rules/libIDL-2.make
index d5724df88..15ef42f45 100644
--- a/rules/libIDL-2.make
+++ b/rules/libIDL-2.make
@@ -10,6 +10,8 @@
# see the README file.
#
+# FIXME: RSC: is this a hosttool?
+
#
# We provide this package
#
@@ -55,6 +57,7 @@ $(STATEDIR)/libidl-2.extract: $(libidl-2_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(LIBIDL-2_DIR))
@$(call extract, $(LIBIDL-2_SOURCE))
+ @$(call patchin, $(LIBIDL-2))
touch $@
# ----------------------------------------------------------------------------
@@ -131,6 +134,7 @@ libidl-2_targetinstall_deps = $(STATEDIR)/libidl-2.compile
$(STATEDIR)/libidl-2.targetinstall: $(libidl-2_targetinstall_deps)
@$(call targetinfo, $@)
+ # FIXME: nothing to do?
touch $@
# ----------------------------------------------------------------------------