mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Build (guix) last.
* Makefile.am (MODULES): Move `guix.scm' last.
This commit is contained in:
parent
af51c820b1
commit
1273d44ac7
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
# along with Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
MODULES = \
|
||||
guix.scm \
|
||||
guix/derivations.scm \
|
||||
guix/gnu-build-system.scm \
|
||||
guix/http.scm \
|
||||
|
@ -25,7 +24,8 @@ MODULES = \
|
|||
guix/utils.scm \
|
||||
guix/build/gnu-build-system.scm \
|
||||
guix/build/http.scm \
|
||||
guix/build/utils.scm
|
||||
guix/build/utils.scm \
|
||||
guix.scm
|
||||
|
||||
GOBJECTS = $(MODULES:%.scm=%.go)
|
||||
|
||||
|
|
Loading…
Reference in a new issue