mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Merge branch 'mk_rsym_deprec' into 'develop'
rm `rsym` from util Makefile -- rsym.c doesn't exist See merge request embeddable-common-lisp/ecl!114
This commit is contained in:
commit
3b84b388b2
1 changed files with 1 additions and 8 deletions
|
|
@ -23,23 +23,16 @@ RM = @RM@
|
|||
|
||||
HDIR = @HDIR@
|
||||
|
||||
UTILS = dpp rsym
|
||||
UTILS = dpp
|
||||
|
||||
all: $(UTILS)
|
||||
|
||||
dpp : ${HDIR}/machines.h dpp.c
|
||||
${CC} ${CFLAGS} -I${HDIR} -o dpp $(srcdir)/dpp.c
|
||||
|
||||
rsym : rsym.c ${HDIR}/machines.h
|
||||
${CC} ${CFLAGS} -I${HDIR} -o rsym $(srcdir)/rsym.c
|
||||
|
||||
dpp.exe : dpp
|
||||
coff2exe dpp
|
||||
${RM} dpp
|
||||
|
||||
rsym.exe: rsym
|
||||
coff2exe rsym
|
||||
${RM} rsym
|
||||
|
||||
clean :
|
||||
${RM} ${UTILS} core a.out *.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue