X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Ffirmwarehotplug%2FMakefile;h=8b10fb7a8741dfead1a29355109084033e1df744;hp=2ad31dc1c261ab82a8987a0f33549abb6d82c442;hb=ed12a878c406dbfbd4b75a85a2409a665505268e;hpb=5174b4a5efcbd959fea33d51baa0a2e2e475da80 diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index 2ad31dc1c2..8b10fb7a87 100644 --- a/utils/firmwarehotplug/Makefile +++ b/utils/firmwarehotplug/Makefile @@ -58,22 +58,3 @@ endef $(eval $(call Require,working-sdcc, \ Please install the SDCC Cross Compiler (sdcc). \ )) - -define Require/working-sgml2html - echo >$(TMP_DIR)/test.sgml ' \ - \ -
\ - \ -test \ -<author>test \ -<htmlurl url="localhost"> \ -<date>test \ -<sect>test \ -</article>' ; \ - sgml2html $(TMP_DIR)/test.sgml >$(TMP_DIR)/test.html; \ - rm -f $(TMP_DIR)/test.* -endef - -$(eval $(call Require,working-sgml2html, \ - Please install the sgml-common package (sgml2html). \ -))