Remove hacks that fixed tmp vpath screwups.

This commit is contained in:
cls%seawood.org 2000-07-08 09:39:16 +00:00
Родитель 0eabd8aa50
Коммит b741036a4e
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -69,7 +69,3 @@ override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
# tmp fix for vpath changes
export::
$(RM) -f $(OSDIR)/*.o

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

@ -29,7 +29,3 @@ EXTRA_DSO_LDOPTS += \
include $(topsrcdir)/config/rules.mk
# Hack to remove old objects stuck in the srcdir
export::
$(RM) -f $(addprefix $(srcdir)/, $(CPPSRCS:.cpp=.$(OBJ_SUFFIX)))