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:
parent
4c0366b0d7
commit
0c83d0ce15
@ -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)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user