fix empty stuff in Makefile.

This commit is contained in:
Costa Vitor 2009-06-16 23:26:45 -05:00
parent 6a8f9faf4f
commit c846fc50c8
1 changed files with 0 additions and 3 deletions

View File

@ -31,11 +31,8 @@ PROGRAMS= $(srcdir)/debug.pl \
$(srcdir)/prolog_source.pl \
$(srcdir)/prolog_xref.pl
SWI_PROGRAMS=
install: $(PROGRAMS)
mkdir -p $(DESTDIR)$(SHAREDIR)/Yap
for p in $(PROGRAMS); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap; done
for p in $(SWI_PROGRAMS); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap/swi; done