Skip to content

Commit

Permalink
Reorder LIBCC_BUILD_SRC
Browse files Browse the repository at this point in the history
  • Loading branch information
forthy42 committed Oct 31, 2018
1 parent 9716ca5 commit a33be17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ LIBCC_DIST_SRC = $(SWIG_SRC) unix/test.i unix/Makefile.in unix/doexec \
LIBCC_FORTH_SRC = libffi.fs fflib.fs $(LIBCC_SRC) $(UNIXLIBS_SRC)
LIBCC_GEN_SRC = unix/stat.fs $(patsubst %, unix/%, $(SWIGMODULES))

LIBCC_BUILD_SRC = @LIBCC_BUILD_SRC@ $(LIBCC_SRC) test/libcc.fs
LIBCC_BUILD_SRC = $(LIBCC_SRC) test/libcc.fs @LIBCC_BUILD_SRC@
LIBCC_BUILD_LA = $(patsubst %.fs,$(buildccdir)/libgf%.la,$(shell echo $(LIBCC_BUILD_SRC) | sed -e s,unix/,,g))

LIBCC_BUILD_NOEC = @NO_CHECKX@ $(LIBCC_BUILD_SRC)
Expand Down
4 changes: 3 additions & 1 deletion cross.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,9 @@ Variable outfile-fd
[IFDEF] #loc
' #loc alias #loc
[ELSE]
: #loc 2drop parse-name 2drop ." #loc not supported" cr ;
false Value warned?
: #loc 2drop parse-name 2drop
warned? IF ." #loc not supported" cr true to warned? THEN ;
[THEN]
\ \ [IF] [ELSE] [THEN] ... 14sep97jaw
Expand Down

0 comments on commit a33be17

Please sign in to comment.