Remove hacks that fixed tmp vpath screwups.

git-svn-id: svn://10.0.0.236/trunk@73883 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2000-07-08 09:39:16 +00:00
parent 4c0366b0d7
commit 0c83d0ce15
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -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)))