buildsystem: remove spurious target
This commit is contained in:
parent
ca15938fe5
commit
8f5d92f59a
2 changed files with 1 additions and 6 deletions
|
|
@ -357,12 +357,10 @@ eclgmp.lib:
|
|||
$(CP) gmp.lib ..\eclgmp.lib
|
||||
$(CP) gmp.h ..\ecl\gmp.h
|
||||
cd ..
|
||||
|
||||
sysfun.lsp:
|
||||
$(CP) $(srcdir)\cmp\sysfun.lsp .\
|
||||
|
||||
rt.lisp:
|
||||
$(CP) $(srcdir)\..\contrib\rt\rt.lisp .\
|
||||
|
||||
install:
|
||||
IF NOT EXIST "$(prefix)" $(MKDIR) "$(prefix)"
|
||||
IF NOT EXIST "$(bindir)" $(MKDIR) "$(bindir)"
|
||||
|
|
|
|||
|
|
@ -146,9 +146,6 @@ bin/ecl-config: bin/ecl-config.pre
|
|||
mv ./@LIBPREFIX@gmp.@LIBEXT@ ./@LIBPREFIX@eclgmp.@LIBEXT@; \
|
||||
fi
|
||||
|
||||
rt.lisp:
|
||||
cp $(srcdir)/../contrib/rt/rt.lisp ./
|
||||
|
||||
build-stamp: config.status
|
||||
echo "#" `uname -a` > $@
|
||||
head -8 config.log | tail -6 >> $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue