Now that OBJDIR is the current directory (.), we no longer need to install

the test shared library in ../$(OBJDIR)/dll.
This commit is contained in:
wtc%netscape.com 2001-05-17 22:48:45 +00:00
Родитель fe50881e81
Коммит f4e578051e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -108,8 +108,6 @@ endif
ifdef SHARED_LIBRARY ifdef SHARED_LIBRARY
export:: $(TARGETS) export:: $(TARGETS)
$(NSINSTALL) $(TARGETS) ../$(OBJDIR)/dll
clean:: clean::
rm -rf $(TARGETS) rm -rf $(TARGETS)