]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
* cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
[lilypond.git] / stepmake / stepmake / generic-targets.make
index f24d3a0182595f10f731db1fcb778297093c7bd1..603ffa13757e31ae139a60ebd6fc31e47d92b770 100644 (file)
@@ -95,13 +95,8 @@ TAGS:
 
        $(LOOP)
 
-$(outdir)/version.hh: $(config_make) $(depth)/VERSION
-       $(PYTHON) $(step-bindir)/make-version.py PACKAGE_NAME=$(PACKAGE_NAME) \
-               MAJOR_VERSION=$(MAJOR_VERSION) \
-               MINOR_VERSION=$(MINOR_VERSION) \
-               PATCH_LEVEL=$(PATCH_LEVEL) \
-               MY_PATCH_LEVEL=$(MY_PATCH_LEVEL) \
-               > $@
+$(outdir)/version.hh: $(depth)/VERSION $(config_make)
+       $(PYTHON) $(step-bindir)/make-version.py $< > $@
 
 $(outdir)/config.h: $(config_h)
        cp -p $< $@