[mcs] Use $(RESGEN) instead of resgen
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 15 Jun 2016 01:12:02 +0000 (03:12 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 15 Jun 2016 01:12:02 +0000 (03:12 +0200)
It broke the .deb package build

mcs/build/library.make

index a1e582d04a06a8c350e1f94095ce31b350871884..e0c16f48e90558609352e080ed67c54f4e64b43e 100644 (file)
@@ -226,7 +226,7 @@ test-local run-test-local run-test-ondotnet-local:
 ccomma = ,
 define RESOURCE_template
 $(1).resources: $(2)
-       resgen "$$<" "$$@"
+       $(RESGEN) "$$<" "$$@"
 
 GEN_RESOURCE_DEPS += $(1).resources
 GEN_RESOURCE_FLAGS += -resource:$(1).resources