X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fsrc%2FMakefile;h=03e887e1d5dc7d28390a4b11717fd15a1f74a2b9;hp=7bb7f2ebe045b6b4d19e036f329a76aa751f8da4;hb=7553654bb10af9206cff9837a485b828d1998213;hpb=ac9b31ca462b5662e98a0ac6b57fb49c4c4e32de diff --git a/modules/luci-base/src/Makefile b/modules/luci-base/src/Makefile index 7bb7f2ebe..03e887e1d 100644 --- a/modules/luci-base/src/Makefile +++ b/modules/luci-base/src/Makefile @@ -11,7 +11,7 @@ parser.so: template_parser.o template_utils.o template_lmo.o template_lualib.o $(CC) $(LDFLAGS) -shared -o $@ $^ version.lua: - ./mkversion.sh $@ $(LUCI_VERSION) + ./mkversion.sh $@ $(LUCI_VERSION) "$(LUCI_GITBRANCH)" compile: parser.so version.lua