install/ui/build: Build core.js

The make-ui.sh script builds both app.js and core.js,
but only one was specified in the Makefile.
Correct the mistake.

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Petr Viktorin 2014-06-30 17:39:17 +02:00 committed by Petr Vobornik
parent 50c30c8401
commit dfbd7170e9

View File

@ -21,3 +21,5 @@ nav := $(wildcard ../../src/freeipa/navigation/*.js)
app.js: $(core) $(base) $(widgets) $(nav)
../../util/make-ui.sh
core.js: app.js