summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-11-29 23:04:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-11-29 23:04:33 +0000
commite3977dd6c71096913d432de42865216010aa94bf (patch)
tree47c20755dec10f4a1f1fd55871dbf40f78cb6ef6 /rules/thttpd.make
parent055bd567307b482947726a89fc2f109feb1b1647 (diff)
downloadptxdist-e3977dd6c71096913d432de42865216010aa94bf.tar.gz
ptxdist-e3977dd6c71096913d432de42865216010aa94bf.tar.xz
fix: convert all touchs into call touchs; migrate TOPDIR to PTXDIST_TOPDIR
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3463 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 584287ff3..f623f43c7 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -131,7 +131,7 @@ $(STATEDIR)/thttpd.targetinstall: $(thttpd_targetinstall_deps)
@$(call install_fixup,DESCRIPTION,missing)
@$(call install_copy, 0, 0, 0755, $(THTTPD_DIR)/thttpd, /usr/sbin/thttpd)
- @$(call install_copy, 0, 0, 0755, $(TOPDIR)/projects/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
+ @$(call install_copy, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/etc/init.d/thttpd, /etc/init.d/thttpd, n)
@$(call install_finish)
$(call touch, $@)